File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 - name : Build
1616 run : xcodebuild build -scheme CCMenu -destination 'platform=macOS'
1717 - name : Run unit tests
18- run : xcodebuild test -scheme CCMenu -destination 'platform=macOS' | xcpretty && exit ${PIPESTATUS[0]}
18+ run : xcodebuild test -scheme CCMenu -destination 'platform=macOS' | xcbeautify && exit ${PIPESTATUS[0]}
1919 run-uitests :
2020 needs : build-and-run-unit-tests
2121 runs-on : macos-15
2222 steps :
2323 - uses : actions/checkout@v3
2424 - name : Run UI tests
25- run : xcodebuild test -scheme CCMenu.UITests -destination 'platform=macOS' | xcpretty && exit ${PIPESTATUS[0]}
25+ run : xcodebuild test -scheme CCMenu.UITests -destination 'platform=macOS' | xcbeautify && exit ${PIPESTATUS[0]}
2626
You can’t perform that action at this time.
0 commit comments