aboutsummaryrefslogtreecommitdiff
path: root/.github/actions
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-02-27 15:48:05 +0000
committerMenny Even Danan <menny@evendanan.net>2020-02-27 18:37:37 +0000
commitfb509d0111dc641f27b2ec2d9632e78a33a7b751 (patch)
tree30f661c3f080a4f12607136c359bebdeb4dd512c /.github/actions
parent870cb389c8e3d116eab9cd03d096efb034565eee (diff)
downloadAnySoftKeyboard-fb509d0111dc641f27b2ec2d9632e78a33a7b751.tar.gz
AnySoftKeyboard-fb509d0111dc641f27b2ec2d9632e78a33a7b751.tar.bz2
loggin build result
Diffstat (limited to '.github/actions')
-rwxr-xr-x.github/actions/test-shard-run/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/test-shard-run/run_tests.sh b/.github/actions/test-shard-run/run_tests.sh
index 1f312bbc0..66f54bcac 100755
--- a/.github/actions/test-shard-run/run_tests.sh
+++ b/.github/actions/test-shard-run/run_tests.sh
@@ -12,7 +12,7 @@ echo "Will run tests for module '${MODULE}' with extra args '${EXTRA_ARGS}' for
#extra args needs to come before the coverage task so "--tests" will be passed to the test tasks
# we automatically re-try on gradle crash
-./scripts/retry-on-SIGSEGV.sh 2 6,134 ./gradlew "${MODULE}testDebugUnitTest" ${EXTRA_ARGS} "${MODULE}testDebugUnitTestCoverage"
+./scripts/retry-on-SIGSEGV.sh 3 ./gradlew "${MODULE}testDebugUnitTest" ${EXTRA_ARGS} "${MODULE}testDebugUnitTestCoverage"
#see https://github.com/actions/cache/issues/133
[[ -n "${GITHUB_ACTIONS}" ]] && chmod -R a+rwx .