diff options
| author | Albin <albin@mullvad.net> | 2024-02-07 16:14:41 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-02-07 16:14:41 +0100 |
| commit | 20d9c98f5ec44166b461730fec9ca292b622265f (patch) | |
| tree | 5b7a388f3216a07d90bc6f722feb772626189c80 /.github | |
| parent | 00de7637fd8fe8480022489af3c0cee2dc706d30 (diff) | |
| parent | 45575e542d79ffb9e5936a52c5dadd772bfbe7b7 (diff) | |
| download | mullvadvpn-20d9c98f5ec44166b461730fec9ca292b622265f.tar.xz mullvadvpn-20d9c98f5ec44166b461730fec9ca292b622265f.zip | |
Merge branch 'fix-android-test-runner-label-droid-672'
Diffstat (limited to '.github')
| -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] |
