Skip to content

Commit fa6c911

Browse files
authored
Reopening after accidental merge. (#456)
1 parent 8b51000 commit fa6c911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/script/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

33
set +e
4-
./gradlew assembleDebug assembleDebugAndroidTest --no-daemon
4+
./gradlew assembleEspresso assembleEspressoAndroidTest --no-daemon
55
adb install app/build/outputs/apk/espresso/app-espresso.apk
66
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
7+
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
88
GRADLE_EXIT_CODE=$?
99
set -e
1010

0 commit comments

Comments
 (0)