From 0c8c8600406e33286e7bb2b9618cafeab2b3df61 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sat, 20 Aug 2022 21:05:10 +0200 Subject: Print more logs in emulator tests --- .github/workflows/runEmulatorTests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows/runEmulatorTests.sh') diff --git a/.github/workflows/runEmulatorTests.sh b/.github/workflows/runEmulatorTests.sh index 106b69444..c297932a7 100644 --- a/.github/workflows/runEmulatorTests.sh +++ b/.github/workflows/runEmulatorTests.sh @@ -4,8 +4,7 @@ set -o pipefail runTests() { ./gradlew connectedPlayDebugAndroidTest connectedDebugAndroidTest \ - -Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi \ - | grep -v "V/InstrumentationResultParser: INSTRUMENTATION_STATUS" + -Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi } # Retry tests to make them less flaky -- cgit v1.2.3