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