Merge pull request #4099 from ByteHamster/androidtest-fail-check
Fixed passing CI on AndroidTest failure
This commit is contained in:
commit
77491084cb
|
@ -1,3 +1,7 @@
|
|||
#!/bin/zsh
|
||||
|
||||
set -o pipefail
|
||||
|
||||
runTests() {
|
||||
./gradlew connectedPlayDebugAndroidTest \
|
||||
-Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi \
|
||||
|
|
Loading…
Reference in New Issue