Skip to content

Commit

Permalink
[NO GBP] Fixes me actually breaking Run DreamChecker (tgstation#78291)
Browse files Browse the repository at this point in the history
> `bash`/`sh`:
By default, fail-fast behavior is enforced using `set -e` for both `sh`
and `bash`. When `shell: bash` is specified, `-o pipefail` is also
applied to enforce early exit from pipelines that generate a non-zero
exit status.

it helps when I actually read the docs
  • Loading branch information
distributivgesetz authored Sep 13, 2023
1 parent a6031fc commit 215a426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
run: tools/bootstrap/python -m define_sanity.check
- name: Run DreamChecker
if: steps.linter-setup.conclusion == 'success' && !cancelled()
shell: bash
run: ~/dreamchecker 2>&1 | bash tools/ci/annotate_dm.sh
- name: Run Map Checks
if: steps.linter-setup.conclusion == 'success' && !cancelled()
Expand Down

0 comments on commit 215a426

Please sign in to comment.