Skip to content

Commit 48ea864

Browse files
Improved comment
1 parent 207d4cf commit 48ea864

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/android-app.yml

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

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

0 commit comments

Comments
 (0)