Skip to content

Commit

Permalink
fix: correctly pass error
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Nov 19, 2023
1 parent 47fd8fd commit ac1da29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
run: brew install xcbeautify

- name: Build
run: xcodebuild -scheme MiniSim -destination 'platform=macOS' -skipPackagePluginValidation build | xcbeautify
run: set -o pipefail && xcodebuild -scheme MiniSim -destination 'platform=macOS' -skipPackagePluginValidation build | xcbeautify

0 comments on commit ac1da29

Please sign in to comment.