Skip to content

Commit

Permalink
try uninstall the apk before running tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniosb committed Jan 24, 2024
1 parent 3cf964b commit f8bb76f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ runs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
api-level: 29
script: ./gradlew connectedCheck
# script: ./gradlew connectedCheck
script: adb uninstall com.betrybe.sociallogin.test && ./gradlew connectedCheck

- name: Get JUnit results
id: get_junit_results
Expand Down

0 comments on commit f8bb76f

Please sign in to comment.