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 2fff671 commit 162c6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

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

0 comments on commit 162c6a7

Please sign in to comment.