Skip to content

Commit

Permalink
testutils: fix pg dump path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvisco committed May 19, 2024
1 parent 162c6a7 commit 3213902
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:

- name: Setup pg_dump
run: |
sudo apt-get install postgresql-client-16
which pg_dump
sudo apt-get update
sudo apt-get install postgresql-client
which pg_dump ; pg_dump --version
- name: Wait for PostgreSQL to be ready
run: |
Expand Down

0 comments on commit 3213902

Please sign in to comment.