Skip to content

Commit dba6714

Browse files
authored
Change APK name in integration test script
1 parent 1959463 commit dba6714

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 "${{env.APK_NAME}}"
134+
adb uninstall io.sentry.uitest.android.critical
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)