Skip to content

Commit 7e93d9a

Browse files
stefan-niedermannAndyScherzinger
authored andcommitted
chore(e2e): Fail e2e.yml when e2e test fails
Signed-off-by: Stefan Niedermann <info@niedermann.it>
1 parent 5ff896f commit 7e93d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
adb logcat -c || true
8282
adb logcat -s "E2E" -v color &
8383
adb logcat *:I -v color &
84-
./gradlew connectedDebugAndroidTest || true
84+
./gradlew connectedDebugAndroidTest

0 commit comments

Comments
 (0)