Skip to content

Commit

Permalink
test_postgresql: Use new SQL load script
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Aug 9, 2024
1 parent 1a13712 commit 1b6e21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: ./scripts/generate-sql-files.sh postgresql

- name: Load SQL files
run: ./scripts/test-load-sql-postgres.sh
run: ./scripts/test-load-sql.sh postgresql

- name: Initialize TAP_SCHEMA database
run: |
Expand Down

0 comments on commit 1b6e21c

Please sign in to comment.