Skip to content

Commit 74b6d32

Browse files
committed
Skipping UI tests on GitHub for now.
1 parent cdcfcaa commit 74b6d32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
run: xcodebuild test -scheme CCMenu -destination 'platform=macOS' | xcbeautify && exit ${PIPESTATUS[0]}
1919
run-uitests:
2020
needs: build-and-run-unit-tests
21-
runs-on: macos-15-large
21+
runs-on: macos-15
22+
if: ${{ false }}
2223
steps:
2324
- uses: actions/checkout@v3
2425
- name: Run UI tests

0 commit comments

Comments
 (0)