We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddf2ad commit f40d5ceCopy full SHA for f40d5ce
.github/workflows/check.yml
@@ -138,7 +138,7 @@ jobs:
138
- run: pod install --project-directory=macos
139
working-directory: apps/macos-test-app
140
- 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'
+ run: npx mocha-remote --exit-on-error -- concurrently --passthrough-arguments --kill-others-on-fail npm:metro 'react-native run-macos --mode Release'
142
143
env:
144
MOCHA_REMOTE_CONTEXT: allTests
0 commit comments