mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-12 00:46:51 +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
|