Skip to content

Commit 41b44db

Browse files
committed
Press power button on emulator with adb shell input keyevent 82
1 parent 3299601 commit 41b44db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,11 @@ jobs:
166166
run: adb wait-for-any-device
167167
timeout-minutes: 5
168168

169+
- name: Wait briefly
170+
run: sleep 30
171+
169172
- name: ADB Press Power Button
170-
run: adb shell input keyevent 26
171-
timeout-minutes: 5
173+
run: adb shell input keyevent 82
172174

173175
- name: "Check Emulator"
174176
run: |

0 commit comments

Comments
 (0)