Skip to content

Commit e96fc2a

Browse files
Change label name
1 parent b6169e7 commit e96fc2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ jobs:
469469

470470
instrumented-e2e-tests:
471471
name: Run instrumented e2e tests
472-
runs-on: [self-hosted, android-device, android-runner-v1] # Temporary until we can add secrets
472+
runs-on: [self-hosted, android-device, android-emulator] # Temporary until we can add secrets
473473
if: github.event_name == 'schedule' || github.event.inputs.run_e2e_tests == 'true'
474474
timeout-minutes: 30
475475
needs: [build-app, build-instrumented-tests]

0 commit comments

Comments
 (0)