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 51c7b50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/emulator_script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
adb uninstall com.betrybe.sociallogin.test
./gradlew connectedCheck
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: ./.github/workflows/emulator_script.sh

- name: Get JUnit results
id: get_junit_results
Expand Down

0 comments on commit 51c7b50

Please sign in to comment.