Skip to content

Commit

Permalink
one last try
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Nov 15, 2024
1 parent d808414 commit be08b08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maestro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:

- name: Wait for emulator to boot
timeout-minutes: 5
run: ./scripts/wait-for-emulator.sh
run: |
adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done; input keyevent 82'
- name: Install APK
run: |
Expand Down

0 comments on commit be08b08

Please sign in to comment.