summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/android-app.yml4
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: