Skip to content

Commit

Permalink
Remove error guards in MySQL test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Aug 12, 2024
1 parent be44c9b commit 68fb6f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test_mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ jobs:
# Ignore errors for now, because some databases cannot be created.
- name: Create databases
run: |
set +e
create-databases.sh
set -e
- name: Generate SQL files
run: |
Expand All @@ -65,9 +63,7 @@ jobs:
# Ignore errors for now, because some SQL files cannot be loaded.
- name: Load SQL files
run: |
set +e
load-sql.sh mysql
set -e
- name: Initialize TAP_SCHEMA database
run: |
Expand Down

0 comments on commit 68fb6f0

Please sign in to comment.