We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5770e commit 1a2536dCopy full SHA for 1a2536d
.github/workflows/check.yml
@@ -81,7 +81,7 @@ jobs:
81
- run: npm run pod-install
82
working-directory: apps/test-app
83
- name: Run tests (iOS)
84
- run: npm run test:ios
+ run: npm run test:ios:allTests
85
# TODO: Enable release mode when it works
86
# run: npm run test:ios -- --mode Release
87
@@ -156,7 +156,7 @@ jobs:
156
adb logcat > emulator-logcat.txt 2>&1 &
157
LOGCAT_PID=$!
158
# Build, install and run the app
159
- npm run test:android -- --mode Release
+ npm run test:android:allTests -- --mode Release
160
# Wait a bit for the sub-process to terminate, before terminating the emulator
161
sleep 5
162
# Stop logcat
0 commit comments