Manual: use a custom version of highlight.js to enable lisp syntax hi… #75
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |