diff options
| author | Albin <albin@mullvad.net> | 2025-02-10 15:18:37 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-02-10 18:23:27 +0100 |
| commit | c7ccec8dbbfb41429b6f8e7cef786b67d1d04bea (patch) | |
| tree | 7241e6bebbe758b67c4472fba7c01f2bfc780ff5 | |
| parent | 1560c1ade305960d03b6202e1ab2ae38642d07c8 (diff) | |
| download | mullvadvpn-c7ccec8dbbfb41429b6f8e7cef786b67d1d04bea.tar.xz mullvadvpn-c7ccec8dbbfb41429b6f8e7cef786b67d1d04bea.zip | |
Bump orchestrator in instrumentation test script
| -rwxr-xr-x | android/scripts/run-instrumented-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/scripts/run-instrumented-tests.sh b/android/scripts/run-instrumented-tests.sh index 88f1f2082b..99a3355cee 100755 --- a/android/scripts/run-instrumented-tests.sh +++ b/android/scripts/run-instrumented-tests.sh @@ -10,7 +10,7 @@ AUTO_FETCH_TEST_HELPER_APKS=${AUTO_FETCH_TEST_HELPER_APKS:-"false"} APK_BASE_DIR=${APK_BASE_DIR:-"$SCRIPT_DIR/.."} LOG_SUCCESS_REGEX="OK \([1-9][0-9]* tests\)" -ORCHESTRATOR_URL=https://dl.google.com/android/maven2/androidx/test/orchestrator/1.5.0/orchestrator-1.5.0.apk +ORCHESTRATOR_URL=https://dl.google.com/android/maven2/androidx/test/orchestrator/1.5.1/orchestrator-1.5.1.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:-}" |
