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 8181 - run : npm run pod-install
8282 working-directory : apps/test-app
8383 - name : Run tests (iOS)
84- run : npm run test:ios
84+ run : npm run test:ios:allTests
8585 # TODO: Enable release mode when it works
8686 # run: npm run test:ios -- --mode Release
8787 working-directory : apps/test-app
@@ -153,6 +153,6 @@ jobs:
153153 # Uninstall the app if already in the snapshot (unlikely but could result in a signature mismatch failure)
154154 adb uninstall com.microsoft.reacttestapp || true
155155 # Build, install and run the app
156- npm run test:android -- --mode Release
156+ npm run test:android:allTests -- --mode Release
157157 # Wait a bit for the sub-process to terminate, before terminating the emulator
158158 sleep 5
You can’t perform that action at this time.
0 commit comments