We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e1221 commit 082fb42Copy full SHA for 082fb42
1 file changed
.github/workflows/check.yml
@@ -78,7 +78,7 @@ jobs:
78
- run: npm run pod-install
79
working-directory: apps/test-app
80
- name: Run tests (iOS)
81
- run: npm run test:ios
+ run: npm run test:ios:allTests
82
# TODO: Enable release mode when it works
83
# run: npm run test:ios -- --mode Release
84
@@ -147,6 +147,6 @@ jobs:
147
# Uninstall the app if already in the snapshot (unlikely but could result in a signature mismatch failure)
148
adb uninstall com.microsoft.reacttestapp || true
149
# Build, install and run the app
150
- npm run test:android -- --mode Release
+ npm run test:android:allTests -- --mode Release
151
# Wait a bit for the sub-process to terminate, before terminating the emulator
152
sleep 5
0 commit comments