Skip to content

Commit

Permalink
Try to understand if we have pg_dump available
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHawtin committed Nov 18, 2024
1 parent c45706b commit 8f01ea2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ jobs:
python-version-file: .python-version
cache: poetry

- name: check pg_dump
run: which pg_dump

- name: Install dependencies
run: make install-dev

Expand All @@ -193,6 +196,3 @@ jobs:

- name: Run Functional Tests
run: poetry run behave functional_tests

- name: check pg_dump
run: which pg_dump

0 comments on commit 8f01ea2

Please sign in to comment.