Skip to content

Documentation improvements #74

Documentation improvements

Documentation improvements #74

Workflow file for this run

name: test-windows
on: push
jobs:
runner-job:
# using the PostgreSQL version pre-installed on GitHub's Windows virtual images
runs-on: windows-latest
timeout-minutes: 20
steps:
- name: Set up pre-installed PostgreSQL
uses: nyurik/action-setup-postgis@v1
with:
username: pgeltestuser
password: pgeltest
database: pgeltestdb
id: postgres
- name: Install Emacs
run: choco install --no-progress -y emacs
- name: Check out repository code
uses: actions/checkout@v3
- name: Run connection tests
run: make -C test test