Skip to content

Commit 8a34115

Browse files
stefan-niedermannAndyScherzinger
authored andcommitted
chore(e2e): Run e2e test only for sample module
Signed-off-by: Stefan Niedermann <info@niedermann.it>
1 parent aa3ed05 commit 8a34115

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,4 @@ jobs:
8080
script: |
8181
adb logcat -c || true
8282
adb logcat -s "E2E" -v color &
83-
adb logcat *:I -v color &
84-
./gradlew connectedDebugAndroidTest
83+
./gradlew :sample:connectedDebugAndroidTest

0 commit comments

Comments
 (0)