Skip to content

Commit

Permalink
Remove xcbeautify to try and get real build results
Browse files Browse the repository at this point in the history
  • Loading branch information
mischreiber committed Aug 12, 2024
1 parent b3a46d1 commit 845e675
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ jobs:
- uses: actions/checkout@v3
- name: Switch to current version of Xcode
run: scripts/xcode_select_current_version.sh
- name: Install xcbeautify
run: brew install xcbeautify
- name: scripts/xcodebuild_wrapper.sh ${{ matrix.build_command }} | xcbeautify
run: scripts/xcodebuild_wrapper.sh ${{ matrix.build_command }} | xcbeautify
- name: scripts/xcodebuild_wrapper.sh ${{ matrix.build_command }}
run: scripts/xcodebuild_wrapper.sh ${{ matrix.build_command }}
continue-on-error: true
- name: Zip if TestResultsMac.xcresult bundle exists
run: |
Expand Down

0 comments on commit 845e675

Please sign in to comment.