Skip to content

Commit ad93727

Browse files
stefan-niedermannAndyScherzinger
authored andcommitted
Limit logs to "E2E" tag
Signed-off-by: Stefan Niedermann <[email protected]> Signed-off-by: Andy Scherzinger <[email protected]>
1 parent a8d3c52 commit ad93727

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
@@ -87,5 +87,5 @@ jobs:
8787
adb install latest.apk
8888
adb shell pm grant com.nextcloud.android.beta android.permission.READ_EXTERNAL_STORAGE
8989
adb logcat -c || true
90-
adb logcat E2E:V -v color &
90+
adb logcat -s "E2E" -v color &
9191
./gradlew connectedDebugAndroidTest || true

0 commit comments

Comments
 (0)