Skip to content

Commit

Permalink
Change label name
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasberglund committed Aug 15, 2024
1 parent b6169e7 commit e96fc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ jobs:

instrumented-e2e-tests:
name: Run instrumented e2e tests
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
if: github.event_name == 'schedule' || github.event.inputs.run_e2e_tests == 'true'
timeout-minutes: 30
needs: [build-app, build-instrumented-tests]
Expand Down

0 comments on commit e96fc2a

Please sign in to comment.