diff options
| author | Kalle Lindström <karl.lindstrom@mullvad.net> | 2026-04-10 09:16:55 +0200 |
|---|---|---|
| committer | Kalle Lindström <karl.lindstrom@mullvad.net> | 2026-04-10 09:16:55 +0200 |
| commit | 4bbb5b442a036b1ca9c95750716ebcb5db4f6e9a (patch) | |
| tree | 68de7ee74cb930c4c36d27cf578add2c4fe3ea42 | |
| parent | c7757eb83cdbf8370e6bef8a7cb3b191d3761e63 (diff) | |
| download | mullvadvpn-test-runner-on-build-server-android.tar.xz mullvadvpn-test-runner-on-build-server-android.zip | |
Test device on bendertest-runner-on-build-server-android
| -rw-r--r-- | .github/workflows/android-app.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 68fbf39b4e..1a2e1376b1 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -201,7 +201,7 @@ jobs: instrumented-tests: name: Run instrumented tests - runs-on: [self-hosted, android-device] + runs-on: [self-hosted, android-device-test] needs: [build-app] strategy: fail-fast: false @@ -263,7 +263,7 @@ jobs: instrumented-e2e-tests: name: Run instrumented e2e tests - runs-on: [self-hosted, android-device] + runs-on: [self-hosted, android-device-test] needs: [prepare, build-app] if: needs.prepare.outputs.E2E_TEST_REPEAT != '0' steps: |
