Skip to content

Commit

Permalink
Removing xcbeautify to try to understand build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Aug 28, 2024
1 parent d1401d9 commit 6ce891e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
with:
submodules: recursive
- name: Test platform ${{ matrix.destination }}
run: set -o pipefail && xcodebuild -scheme ThemePark -destination "${{ matrix.destination }}" test | xcbeautify
run: set -o pipefail && xcodebuild -scheme ThemePark -destination "${{ matrix.destination }}" test

0 comments on commit 6ce891e

Please sign in to comment.