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 f04fb3c commit 1959463Copy full SHA for 1959463
.github/workflows/integration-tests-ui-critical.yml
@@ -131,6 +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}}"
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