summaryrefslogtreecommitdiff
path: root/.github/workflows/runTests.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/runTests.sh')
-rw-r--r--.github/workflows/runTests.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/runTests.sh b/.github/workflows/runTests.sh
deleted file mode 100644
index ee7a42e0a..000000000
--- a/.github/workflows/runTests.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/zsh
-
-set -o pipefail
-
-runTests() {
- ./gradlew connectedPlayDebugAndroidTest \
- -Pandroid.testInstrumentationRunnerArguments.notAnnotation=de.test.antennapod.IgnoreOnCi \
- | grep -v "V/InstrumentationResultParser: INSTRUMENTATION_STATUS"
-}
-
-# Retry tests to make them less flaky
-runTests || runTests || runTests