From d88ed14124b87ffb3f210b87f1a51a30ca33dfa6 Mon Sep 17 00:00:00 2001 From: Menny Even Danan Date: Fri, 31 Jan 2020 17:01:07 -0500 Subject: deploy-dry-run should be cacheable --- .github/actions/deploy/deploy.sh | 3 --- .github/actions/test-shard-run/run_tests.sh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to '.github/actions') diff --git a/.github/actions/deploy/deploy.sh b/.github/actions/deploy/deploy.sh index 6a449fb75..8561111a4 100755 --- a/.github/actions/deploy/deploy.sh +++ b/.github/actions/deploy/deploy.sh @@ -29,6 +29,3 @@ fi echo "Counter is ${BUILD_COUNT_FOR_VERSION}, RELEASE_BUILD: ${RELEASE_BUILD}, crash email: ${ANYSOFTKEYBOARD_CRASH_REPORT_EMAIL}, and tasks: ${DEPLOY_TASKS}" ./scripts/ci/ci_deploy.sh "${KEYSTORE_FILE_URL}" "${PUBLISH_CERT_FILE_URL}" ${DEPLOY_TASKS} - -ls -al outputs || true -ls -al outputs/fdroid/ || true \ No newline at end of file diff --git a/.github/actions/test-shard-run/run_tests.sh b/.github/actions/test-shard-run/run_tests.sh index 1d303889a..c98e4a58c 100755 --- a/.github/actions/test-shard-run/run_tests.sh +++ b/.github/actions/test-shard-run/run_tests.sh @@ -10,7 +10,7 @@ echo "Will run tests for module '${MODULE}' with extra args '${EXTRA_ARGS}' for ./scripts/download_robolectric_jars_to_machine.sh -./gradlew ${MODULE}testDebugUnitTest ${MODULE}testDebugUnitTestCoverage ${EXTRA_ARGS} +./gradlew "${MODULE}testDebugUnitTest" "${MODULE}testDebugUnitTestCoverage" ${EXTRA_ARGS} #see https://github.com/actions/cache/issues/133 [[ -n "${GITHUB_ACTIONS}" ]] && chmod -R a+rwx . -- cgit v1.2.3