Skip to content

Commit

Permalink
ci: Run xcode-build through xcbeautify
Browse files Browse the repository at this point in the history
  • Loading branch information
onato committed Apr 23, 2024
1 parent cd76b16 commit 65bb23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
-scheme TypeReader \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' \
clean test
clean test | xcbeautify
# This will fail the job if any test fails
continue-on-error: false
Expand Down

0 comments on commit 65bb23b

Please sign in to comment.