File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- uses : actions/checkout@v3
29
+ - name : Install xcbeautify
30
+ run : |
31
+ brew update
32
+ brew install xcbeautify
29
33
- name : Build platform ${{ matrix.destination }}
30
- run : set -o pipefail && xcodebuild build -scheme FindFaster -destination "${{ matrix.destination }}" | xcpretty
34
+ run : set -o pipefail && xcodebuild build -scheme FindFaster -destination "${{ matrix.destination }}" | xcbeautify --renderer github-actions
Original file line number Diff line number Diff line change 17
17
runs-on : macOS-13
18
18
steps :
19
19
- uses : actions/checkout@v3
20
+ - name : Install xcbeautify
21
+ run : |
22
+ brew update
23
+ brew install xcbeautify
20
24
- name : Test
21
- run : set -o pipefail && xcodebuild test -scheme FindFaster -destination "platform=macOS" | xcpretty
25
+ run : set -o pipefail && xcodebuild test -scheme FindFaster -destination "platform=macOS" | xcbeautify --renderer github-actions
You can’t perform that action at this time.
0 commit comments