Skip to content

Commit 1a2536d

Browse files
committed
Run all tests on CI
1 parent 2f5770e commit 1a2536d

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
@@ -81,7 +81,7 @@ jobs:
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
@@ -156,7 +156,7 @@ jobs:
156156
adb logcat > emulator-logcat.txt 2>&1 &
157157
LOGCAT_PID=$!
158158
# Build, install and run the app
159-
npm run test:android -- --mode Release
159+
npm run test:android:allTests -- --mode Release
160160
# Wait a bit for the sub-process to terminate, before terminating the emulator
161161
sleep 5
162162
# Stop logcat

0 commit comments

Comments
 (0)