Skip to content

Commit 1959463

Browse files
authored
Add adb uninstall command before installing APK
1 parent f04fb3c commit 1959463

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-tests-ui-critical.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
disable-spellchecker: true
132132
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-snapshot-save
133133
script: |
134+
adb uninstall "${{env.APK_NAME}}"
134135
adb install -r -d "${{env.APK_NAME}}"
135136
maestro test "${{env.BASE_PATH}}/maestro" --debug-output "${{env.BASE_PATH}}/maestro-logs"
136137

0 commit comments

Comments
 (0)