mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-25 08:21:59 +01:00
7 lines
221 B
Bash
7 lines
221 B
Bash
|
runTests() {
|
||
|
./gradlew connectedPlayDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi
|
||
|
}
|
||
|
|
||
|
# Retry tests to make them less flaky
|
||
|
runTests || runTests || runTests
|