Skip to content

Commit 082fb42

Browse files
committed
Run all tests on CI
1 parent c1e1221 commit 082fb42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- run: npm run pod-install
7979
working-directory: apps/test-app
8080
- name: Run tests (iOS)
81-
run: npm run test:ios
81+
run: npm run test:ios:allTests
8282
# TODO: Enable release mode when it works
8383
# run: npm run test:ios -- --mode Release
8484
working-directory: apps/test-app
@@ -147,6 +147,6 @@ jobs:
147147
# Uninstall the app if already in the snapshot (unlikely but could result in a signature mismatch failure)
148148
adb uninstall com.microsoft.reacttestapp || true
149149
# Build, install and run the app
150-
npm run test:android -- --mode Release
150+
npm run test:android:allTests -- --mode Release
151151
# Wait a bit for the sub-process to terminate, before terminating the emulator
152152
sleep 5

0 commit comments

Comments
 (0)