Skip to content

Commit

Permalink
carry on regardless
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Nov 15, 2024
1 parent d1e3290 commit debfed0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maestro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:

- name: Wait for emulator to boot
timeout-minutes: 5
continue-on-error: true
run: |
adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done; input keyevent 82'
adb devices -l
Expand All @@ -118,6 +119,7 @@ jobs:
- name: Emulator logs
if: always()
run: |
adb devices -l
jobs
cat emu.log
shell: bash
Expand Down

0 comments on commit debfed0

Please sign in to comment.