Skip to content

Commit d0f84e8

Browse files
committed
Switching to xcbeautify due to issues with xcpretty.
1 parent 08f82a1 commit d0f84e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)