diff options
| author | Albin <albin@mullvad.net> | 2024-02-06 16:59:27 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-02-07 15:54:39 +0100 |
| commit | 0cd3aced962cb29c14f5b6b7fe4056a3fb3a8308 (patch) | |
| tree | 1b10cc4fcefeae7722b487af637879755e48807d | |
| parent | 00de7637fd8fe8480022489af3c0cee2dc706d30 (diff) | |
| download | mullvadvpn-0cd3aced962cb29c14f5b6b7fe4056a3fb3a8308.tar.xz mullvadvpn-0cd3aced962cb29c14f5b6b7fe4056a3fb3a8308.zip | |
Fix android test runner label
This label change also enables a second test runner.
| -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 c6572ddbc7..04bade3349 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -304,7 +304,7 @@ jobs: instrumented-tests: name: Run instrumented tests - runs-on: [self-hosted, android-emulator] + runs-on: [self-hosted, android-device] timeout-minutes: 30 needs: [build-app] strategy: @@ -341,7 +341,7 @@ jobs: instrumented-e2e-tests: name: Run instrumented e2e tests - runs-on: [self-hosted, android-emulator] + runs-on: [self-hosted, android-device] if: github.event_name == 'schedule' || github.event.inputs.run_e2e_tests == 'true' timeout-minutes: 30 needs: [build-app] |
