Skip to content

Commit e49824d

Browse files
authored
Handle case where app is not installed during uninstall
1 parent dba6714 commit e49824d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +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 io.sentry.uitest.android.critical
134+
adb uninstall io.sentry.uitest.android.critical || echo "Already uninstalled (or not found)"
135135
adb install -r -d "${{env.APK_NAME}}"
136136
maestro test "${{env.BASE_PATH}}/maestro" --debug-output "${{env.BASE_PATH}}/maestro-logs"
137137

0 commit comments

Comments
 (0)