Skip to content

Commit e1151d1

Browse files
committed
Manually start ADB before testing
1 parent 0cf62ee commit e1151d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969

7070
- name: Run smoke tests
7171
run: |
72+
"$ANDROID_HOME/platform-tools/adb" start-server
7273
ps xao pid,ppid,pgid,cmd --forest
7374
7475
if [ "$RUNNER_OS" == "Linux" ]; then

0 commit comments

Comments
 (0)