Skip to content

Commit 67b5849

Browse files
author
Krzysztof Borowy
committed
chore: fix CI job on waking device
1 parent f2fa95b commit 67b5849

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,7 @@ jobs:
271271
- run:
272272
name: Wake device
273273
command: |
274-
adb shell input keyevent
275-
adb shell input keyevent 82 &
274+
adb shell input keyevent 82
276275
277276
- run:
278277
name: Run e2e tests

0 commit comments

Comments
 (0)