mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-29 18:09:21 +01:00
Merge pull request #3990 from ByteHamster/ci-verbosity
Reduce test verbosity on CI to make it easier to find error
This commit is contained in:
commit
93f6990f0a
4
.github/workflows/runTests.sh
vendored
4
.github/workflows/runTests.sh
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user