Skip to content

Commit

Permalink
Move uninstall all to emulator job
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Mar 15, 2024
1 parent 5ceee81 commit e7739ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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 uninstallAll
run: ./gradlew --build-cache assembleDebugAndroidTest

# Retrieve the cached emulator snapshot.
- name: AVD cache
Expand Down Expand Up @@ -116,6 +116,7 @@ jobs:
ram-size: 4096M
emulator-options: -no-window -no-snapshot-save -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
script: |
./gradlew uninstallAll
./gradlew --build-cache connectedDebugAndroidTest
- name: Upload artifacts
Expand Down

0 comments on commit e7739ef

Please sign in to comment.