File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -137,10 +137,11 @@ jobs:
137137 - run : npm run init-macos-test-app
138138 - run : pod install --project-directory=macos
139139 working-directory : apps/macos-test-app
140- - name : Build MacOS test app
141- run : npx react-native build -macos --mode Release
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'
142142 working-directory : apps/macos-test-app
143- # TODO: Run the app eventually
143+ env :
144+ MOCHA_REMOTE_CONTEXT : allTests
144145 test-android :
145146 if : github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Android 🤖')
146147 name : Test app (Android)
You can’t perform that action at this time.
0 commit comments