Skip to content

Commit

Permalink
Run bash with -e so that the towncrier check fails correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Dec 8, 2022
1 parent 46d0943 commit 5e32a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
# necessary for having conda behave sensibly. We use bash as the shell even
# on Windows, since we don't run anything much complicated, and it makes
# things much simpler.
shell: bash -l {0}
shell: bash -l -e {0}

jobs:
cases:
Expand Down

0 comments on commit 5e32a4d

Please sign in to comment.