We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6169e7 commit e96fc2aCopy full SHA for e96fc2a
.github/workflows/android-app.yml
@@ -469,7 +469,7 @@ jobs:
469
470
instrumented-e2e-tests:
471
name: Run instrumented e2e tests
472
- runs-on: [self-hosted, android-device, android-runner-v1] # Temporary until we can add secrets
+ runs-on: [self-hosted, android-device, android-emulator] # Temporary until we can add secrets
473
if: github.event_name == 'schedule' || github.event.inputs.run_e2e_tests == 'true'
474
timeout-minutes: 30
475
needs: [build-app, build-instrumented-tests]
0 commit comments