Skip to content

Commit 4ddf2ad

Browse files
committed
Run MacOS test app
1 parent 59e828a commit 4ddf2ad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)