We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e828a commit 4ddf2adCopy full SHA for 4ddf2ad
1 file changed
.github/workflows/check.yml
@@ -137,10 +137,11 @@ jobs:
137
- run: npm run init-macos-test-app
138
- run: pod install --project-directory=macos
139
working-directory: apps/macos-test-app
140
- - name: Build MacOS test app
141
- run: npx react-native build-macos --mode Release
+ - name: Run MacOS test app
+ run: mocha-remote --exit-on-error -- concurrently --passthrough-arguments --kill-others-on-fail npm:metro 'react-native run-macos --mode Release'
142
143
- # TODO: Run the app eventually
+ env:
144
+ MOCHA_REMOTE_CONTEXT: allTests
145
test-android:
146
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Android 🤖')
147
name: Test app (Android)
0 commit comments