diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-07-30 12:33:59 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-07-30 12:33:59 +0200 |
| commit | 5fa4f9684bd016b602361bd2b4b64ba54890d694 (patch) | |
| tree | 90a718765479878e324cab16e40e8fbfff259c68 /android/scripts | |
| parent | 5dd533cbc3961d91a9463b563ff357105250ec54 (diff) | |
| parent | ee47d0127b83a62f71376e0aec2c105bcf0b94f4 (diff) | |
| download | mullvadvpn-5fa4f9684bd016b602361bd2b4b64ba54890d694.tar.xz mullvadvpn-5fa4f9684bd016b602361bd2b4b64ba54890d694.zip | |
Merge branch 'bump-dependencies-1'
Diffstat (limited to 'android/scripts')
| -rwxr-xr-x | android/scripts/run-instrumented-tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/scripts/run-instrumented-tests.sh b/android/scripts/run-instrumented-tests.sh index 77e29e48fe..f966bcfa12 100755 --- a/android/scripts/run-instrumented-tests.sh +++ b/android/scripts/run-instrumented-tests.sh @@ -10,8 +10,8 @@ AUTO_FETCH_TEST_HELPER_APKS=${AUTO_FETCH_TEST_HELPER_APKS:-"false"} APK_BASE_DIR=${APK_BASE_DIR:-"$SCRIPT_DIR/.."} LOG_FAILURE_MESSAGE="FAILURES!!!" -ORCHESTRATOR_URL=https://dl.google.com/android/maven2/androidx/test/orchestrator/1.4.2/orchestrator-1.4.2.apk -TEST_SERVICES_URL=https://dl.google.com/android/maven2/androidx/test/services/test-services/1.4.2/test-services-1.4.2.apk +ORCHESTRATOR_URL=https://dl.google.com/android/maven2/androidx/test/orchestrator/1.5.0/orchestrator-1.5.0.apk +TEST_SERVICES_URL=https://dl.google.com/android/maven2/androidx/test/services/test-services/1.5.0/test-services-1.5.0.apk PARTNER_AUTH="${PARTNER_AUTH:-}" VALID_TEST_ACCOUNT_NUMBER="${VALID_TEST_ACCOUNT_NUMBER:-}" |
