Skip to content

Commit 2cca402

Browse files
committed
Use package script to run all tests
1 parent 2c81452 commit 2cca402

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,8 @@ jobs:
138138
- run: pod install --project-directory=macos
139139
working-directory: apps/macos-test-app
140140
- name: Run MacOS test app
141-
run: mocha-remote --exit-on-error -- concurrently --passthrough-arguments --kill-others-on-fail npm:metro 'react-native run-macos --mode Release'
141+
run: npm run test:allTests -- --mode Release
142142
working-directory: apps/macos-test-app
143-
env:
144-
MOCHA_REMOTE_CONTEXT: allTests
145143
test-android:
146144
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Android 🤖')
147145
name: Test app (Android)

0 commit comments

Comments
 (0)