From debfed03a08b3fce27244c8bf1c56375ab0b0397 Mon Sep 17 00:00:00 2001 From: Gregor MacLennan Date: Fri, 15 Nov 2024 11:03:48 +0000 Subject: [PATCH] carry on regardless --- .github/workflows/maestro.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maestro.yml b/.github/workflows/maestro.yml index f4fbeb100..5f6b8ea77 100644 --- a/.github/workflows/maestro.yml +++ b/.github/workflows/maestro.yml @@ -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 @@ -118,6 +119,7 @@ jobs: - name: Emulator logs if: always() run: | + adb devices -l jobs cat emu.log shell: bash