We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8bf30 commit 69faaa7Copy full SHA for 69faaa7
1 file changed
.github/workflows/screenshot-tests.yml
@@ -111,12 +111,6 @@ jobs:
111
nohup npm run ss-test > /tmp/ss-test.log 2>&1 &
112
echo "SS_TEST_PID=$!" >> "$GITHUB_ENV"
113
114
- - name: Reset adb before emulator start
115
- run: |
116
- adb kill-server || true
117
- adb start-server
118
- adb devices
119
-
120
# Android emulator boot step
121
- name: Run Android app on emulator
122
uses: reactivecircus/android-emulator-runner@v2
@@ -128,6 +122,8 @@ jobs:
128
emulator-options: -no-snapshot -no-window -noaudio -no-boot-anim -gpu swiftshader_indirect -camera-back none -camera-front none
129
123
emulator-boot-timeout: 1200
130
124
script: |
125
+ adb kill-server || true
126
+ adb start-server
131
127
adb devices
132
adb reconnect offline || true
133
adb wait-for-device
0 commit comments