We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ab432 commit b408830Copy full SHA for b408830
.github/workflows/smoke-tests.yml
@@ -25,7 +25,7 @@ jobs:
25
# TODO(yifany): make it a fireci plugin and remove the separately distributed jar file
26
- name: Download smoke tests runner
27
run: |
28
- SMOKE_TESTS_RUNNER_URL="https://storage.googleapis.com/android-ci/smoke-tests-runner-debug.jar"
+ SMOKE_TESTS_RUNNER_URL="https://storage.googleapis.com/android-ci/smoke-tests-runner.jar"
29
curl ${SMOKE_TESTS_RUNNER_URL} --output runner.jar
30
31
# TODO(yifany): remove hardcoded reference to /smoke-tests-google-services from the runner
0 commit comments