Skip to content

Commit

Permalink
ci: Test pg_dump on powa extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Dec 22, 2024
1 parent 51067ad commit 7d82c0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,8 @@ jobs:
- name: Run powa-archivist tests for postgres ${{ matrix.postgres_major_version }}
run: make installcheck || ( errcode=$?; cat regression.diffs && exit $errcode )

- name: Check pg_dump for postgres ${{ matrix.postgres_major_version }}
run: pg_dump -d contrib_regression

- name: Stop the running postgres ${{ matrix.postgres_major_version }} server
run: pg_ctl -D $DATADIR stop

0 comments on commit 7d82c0e

Please sign in to comment.