Skip to content

feat: filter subscriptions by wal action (#77) #115

feat: filter subscriptions by wal action (#77)

feat: filter subscriptions by wal action (#77) #115

Workflow file for this run

name: WALRUS tests
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
autotests:
name: Run tests
runs-on: ubuntu-latest
container:
image: supabase/postgres:17.6.1.054
options: --tmpfs=/pgtmpfs -e PGDATA=/pgtmpfs
steps:
- uses: actions/checkout@v3
- name: Run Test
run: |
chown -R postgres /__w/walrus/walrus
su postgres -c 'export PATH=$PATH:/usr/lib/postgresql/17/bin/ ; bin/installcheck'
- uses: actions/upload-artifact@v4
if: always()
with:
name: regression.out
path: regression.out
retention-days: 7