mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-22 06:43:45 +01:00
Fixed passing CI on AndroidTest failure
This commit is contained in:
parent
2386684b7f
commit
ac480c7bbc
4
.github/workflows/runTests.sh
vendored
4
.github/workflows/runTests.sh
vendored
@ -1,3 +1,7 @@
|
||||
#!/bin/zsh
|
||||
|
||||
set -o pipefail
|
||||
|
||||
runTests() {
|
||||
./gradlew connectedPlayDebugAndroidTest \
|
||||
-Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi \
|
||||
|
Loading…
Reference in New Issue
Block a user