Skip to content

Commit

Permalink
no-pipefail-anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 25, 2024
1 parent 6e712d5 commit 722ae4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defaults:
# GitHub Actions run without a TTY device. This is a workaround to have one,
# as required for our tests, based on
# https://github.com/actions/runner/issues/241#issuecomment-842566950.
shell: script -q -e -c "bash --noprofile --norc -eo pipefail {0}"
shell: script -q -e -c "bash --noprofile --norc -e +o pipefail {0}"

jobs:
dummy:
Expand Down

0 comments on commit 722ae4d

Please sign in to comment.