Fixed passing CI on AndroidTest failure
This commit is contained in:
parent
2386684b7f
commit
ac480c7bbc
|
@ -1,3 +1,7 @@
|
|||
#!/bin/zsh
|
||||
|
||||
set -o pipefail
|
||||
|
||||
runTests() {
|
||||
./gradlew connectedPlayDebugAndroidTest \
|
||||
-Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi \
|
||||
|
|
Loading…
Reference in New Issue