Skip to content

Commit

Permalink
test_mysql: 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 1b6e21c commit 423c404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Load SQL files
run: |
set +e
./scripts/test-load-sql-mysql.sh
./scripts/test-load-sql.sh mysql
set -e
- name: Initialize TAP_SCHEMA database
Expand Down

0 comments on commit 423c404

Please sign in to comment.