We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1959463 commit dba6714Copy full SHA for dba6714
1 file changed
.github/workflows/integration-tests-ui-critical.yml
@@ -131,7 +131,7 @@ jobs:
131
disable-spellchecker: true
132
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-snapshot-save
133
script: |
134
- adb uninstall "${{env.APK_NAME}}"
+ adb uninstall io.sentry.uitest.android.critical
135
adb install -r -d "${{env.APK_NAME}}"
136
maestro test "${{env.BASE_PATH}}/maestro" --debug-output "${{env.BASE_PATH}}/maestro-logs"
137
0 commit comments