Skip to content

Commit

Permalink
Uninstall previous test apks
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Mar 15, 2024
1 parent a86d7fb commit 5ceee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
android: false

- name: Compile instrumented tests
run: ./gradlew --build-cache assembleDebugAndroidTest
run: ./gradlew --build-cache assembleDebugAndroidTest uninstallAll

# Retrieve the cached emulator snapshot.
- name: AVD cache
Expand Down

0 comments on commit 5ceee81

Please sign in to comment.