File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 78
78
- run : npm run pod-install
79
79
working-directory : apps/test-app
80
80
- name : Run tests (iOS)
81
- run : npm run test:ios
81
+ run : npm run test:ios:allTests
82
82
# TODO: Enable release mode when it works
83
83
# run: npm run test:ios -- --mode Release
84
84
working-directory : apps/test-app
@@ -147,6 +147,6 @@ jobs:
147
147
# Uninstall the app if already in the snapshot (unlikely but could result in a signature mismatch failure)
148
148
adb uninstall com.microsoft.reacttestapp || true
149
149
# Build, install and run the app
150
- npm run test:android -- --mode Release
150
+ npm run test:android:allTests -- --mode Release
151
151
# Wait a bit for the sub-process to terminate, before terminating the emulator
152
152
sleep 5
You can’t perform that action at this time.
0 commit comments