summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-04-01 17:33:01 +0200
committerByteHamster <info@bytehamster.com>2020-04-01 17:33:01 +0200
commite8e33cd73f1a8d5cb00e15841e24d0266a64b216 (patch)
tree386dde6bd4a708f663dd7177bec80fe9de262861 /.github
parentea58748b22288ba8f4e372ed4801f242185e593c (diff)
downloadantennapod-e8e33cd73f1a8d5cb00e15841e24d0266a64b216.zip
Reduce test verbosity on CI to make it easier to find error
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/runTests.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/runTests.sh b/.github/workflows/runTests.sh
index c631cce72..4840d487e 100644
--- a/.github/workflows/runTests.sh
+++ b/.github/workflows/runTests.sh
@@ -1,5 +1,7 @@
runTests() {
- ./gradlew connectedPlayDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi
+ ./gradlew connectedPlayDebugAndroidTest \
+ -Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi \
+ | grep -v "V/InstrumentationResultParser: INSTRUMENTATION_STATUS"
}
# Retry tests to make them less flaky