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 8b51000 commit fa6c911Copy full SHA for fa6c911
.github/workflows/script/run_tests.sh
@@ -1,10 +1,10 @@
1
#!/bin/bash
2
3
set +e
4
-./gradlew assembleDebug assembleDebugAndroidTest --no-daemon
+./gradlew assembleEspresso assembleEspressoAndroidTest --no-daemon
5
adb install app/build/outputs/apk/espresso/app-espresso.apk
6
adb install app/build/outputs/apk/androidTest/espresso/app-espresso-androidTest.apk
7
-adb shell am instrument -w -m -e debug false \\n -e class 'com.mitteloupe.whoami.suite.SmokeTests' \\ncom.mitteloupe.whoami.test/com.mitteloupe.whoami.di.HiltTestRunner
+adb shell am instrument -w -m -e debug false -e class 'com.mitteloupe.whoami.suite.SmokeTests' com.mitteloupe.whoami.test/com.mitteloupe.whoami.di.HiltTestRunner
8
GRADLE_EXIT_CODE=$?
9
set -e
10
0 commit comments