File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/composite_actions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
sudo xcode-select -s $XCODE_PATH
41
41
fi
42
42
xcodebuild -version
43
- xcodebuild build -scheme $SCHEME -sdk '${{ inputs.sdk }}' -destination '${{ inputs.destination }}' ${{ inputs.other_flags }} | xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}
43
+ xcodebuild build -scheme $SCHEME -sdk '${{ inputs.sdk }}' -destination '${{ inputs.destination }}' ${{ inputs.other_flags }} | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
44
44
shell : bash
Original file line number Diff line number Diff line change 53
53
fi
54
54
xcode-select -p
55
55
xcodebuild -version
56
- xcodebuild test -scheme $SCHEME -sdk '${{ inputs.sdk }}' -destination '${{ inputs.destination }}' ${{ inputs.other_flags }} $coverageFlags | xcpretty --simple --color --report junit && exit ${PIPESTATUS[0]}
56
+ xcodebuild test -scheme $SCHEME -sdk '${{ inputs.sdk }}' -destination '${{ inputs.destination }}' ${{ inputs.other_flags }} $coverageFlags | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
57
57
shell : bash
58
58
59
59
- name : Generate Coverage report
You can’t perform that action at this time.
0 commit comments