Skip to content

Commit f40d5ce

Browse files
authored
Update check.yml
1 parent 4ddf2ad commit f40d5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ 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: npx mocha-remote --exit-on-error -- concurrently --passthrough-arguments --kill-others-on-fail npm:metro 'react-native run-macos --mode Release'
142142
working-directory: apps/macos-test-app
143143
env:
144144
MOCHA_REMOTE_CONTEXT: allTests

0 commit comments

Comments
 (0)