Skip to content

Commit

Permalink
Prevent xcbeautify from swallowing test failure exit codes
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Oct 7, 2024
1 parent 3f2bb23 commit 43b6048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build
run: swift build --build-tests
- name: Test
run: swift test --skip-build | xcbeautify --renderer github-actions
run: set -o pipefail && swift test --skip-build | xcbeautify --renderer github-actions

0 comments on commit 43b6048

Please sign in to comment.