Skip to content

Tests: further workarounds for PostgreSQL variants risingwave and coc… #206

Tests: further workarounds for PostgreSQL variants risingwave and coc…

Tests: further workarounds for PostgreSQL variants risingwave and coc… #206

Workflow file for this run

name: test-windows
on: push
jobs:
runner-job:
runs-on: windows-latest
timeout-minutes: 20
steps:
- name: Set runner timezone
uses: szenius/[email protected]
with:
timezoneLinux: "UTC-01:00"
timezoneMacos: "UTC-01:00"
timezoneWindows: "UTC-01:00"
- name: Set up pre-installed PostgreSQL
uses: ikalnytskyi/action-setup-postgres@v6
with:
username: pgeltestuser
password: pgeltest
database: pgeltestdb
id: postgres
env:
TZ: UTC-01:00
- name: Install Emacs
run: choco install --no-progress -y emacs
- name: Check out repository code
uses: actions/checkout@v4
- name: Run tests
run: make -C test test