Skip to content

Commit

Permalink
playing with the workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
recipe committed Feb 19, 2024
1 parent 7f4dced commit 9e5abfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- uses: actions/checkout@v3

- name: Set up stored functions
run: mysql -uroot -proot test_db < ./semver.sql
run: |
cat ./semver.sql
mysql -uroot -proot test_db < ./semver.sql
- name: Run tests
run: if mysql -uroot -proot test_db < ./tests.sql | grep -q 'column'; then exit 1; fi
Expand Down

0 comments on commit 9e5abfe

Please sign in to comment.