Skip to content

Commit

Permalink
Fix CI: Don't invoke scripts/setup_test_database.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 20, 2024
1 parent e958de8 commit b2f1721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
cat pyproject.toml
- name: Setup database
if: false
run: psql -f ./scripts/setup_test_database.sql
env:
PGHOST: localhost
Expand Down

0 comments on commit b2f1721

Please sign in to comment.