Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
- 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
continue-on-error: true
run: |
set -o pipefail
Comment thread
mischreiber marked this conversation as resolved.
Outdated
scripts/xcodebuild_wrapper.sh ${{ matrix.build_command }} | xcbeautify
- name: Zip if TestResultsMac.xcresult bundle exists
run: |
if [ -d "TestResultsMac.xcresult" ]; then
Expand Down