Merge pull request #4099 from ByteHamster/androidtest-fail-check

Fixed passing CI on AndroidTest failure
This commit is contained in:
H. Lehmann 2020-05-03 11:17:14 +02:00 committed by GitHub
commit 77491084cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#!/bin/zsh
set -o pipefail
runTests() {
./gradlew connectedPlayDebugAndroidTest \
-Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi \