Skip to content

Commit

Permalink
Check if test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
recipe committed Feb 19, 2024
1 parent acfe143 commit fd4b98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
run: mysql -uroot -proot test_db < ./semver.sql

- name: Run tests
run: if mysql -uroot -proot test_db < ./tests.sql | grep 'column'; then exit 1; fi
run: if mysql -uroot -proot test_db < ./tests.sql | egrep '.'; then exit 1; fi

0 comments on commit fd4b98d

Please sign in to comment.