diff options
author | ByteHamster <info@bytehamster.com> | 2022-08-20 21:05:10 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-08-20 21:05:10 +0200 |
commit | 0c8c8600406e33286e7bb2b9618cafeab2b3df61 (patch) | |
tree | e3e2051399d10833696ee7abc874f4c20c42b1c0 | |
parent | d3b5b0e14e11d96a12c1bfb1fdf8a17c7dd6fa57 (diff) | |
download | AntennaPod-0c8c8600406e33286e7bb2b9618cafeab2b3df61.zip |
Print more logs in emulator tests
-rw-r--r-- | .github/workflows/runEmulatorTests.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 |