AntennaPod/.github/workflows/runTests.sh

7 lines
221 B
Bash
Raw Normal View History

2020-01-07 22:13:56 +01:00
runTests() {
./gradlew connectedPlayDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi
}
# Retry tests to make them less flaky
runTests || runTests || runTests