Skip to content

Commit f8f9c81

Browse files
committed
Fix android test runner label
This label change also enables a second test runner.
1 parent 7d2663a commit f8f9c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304

305305
instrumented-tests:
306306
name: Run instrumented tests
307-
runs-on: [self-hosted, android-emulator]
307+
runs-on: [self-hosted, android-device]
308308
timeout-minutes: 30
309309
needs: [build-app]
310310
strategy:
@@ -341,7 +341,7 @@ jobs:
341341

342342
instrumented-e2e-tests:
343343
name: Run instrumented e2e tests
344-
runs-on: [self-hosted, android-emulator]
344+
runs-on: [self-hosted, android-device]
345345
if: github.event_name == 'schedule' || github.event.inputs.run_e2e_tests == 'true'
346346
timeout-minutes: 30
347347
needs: [build-app]

0 commit comments

Comments
 (0)