From 5ceee817e070151c1e8cafcff2402cb2372e8d66 Mon Sep 17 00:00:00 2001 From: Ruben Sousa Date: Fri, 15 Mar 2024 01:15:30 +0100 Subject: [PATCH] Uninstall previous test apks --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2af2be77..0de33eaa 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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