From bdc35bf50b196b98dc8f9bb2e26c885fae77b3eb Mon Sep 17 00:00:00 2001 From: Victor Andreasson Date: Sat, 16 Mar 2024 15:11:56 +0100 Subject: [PATCH] always cache AVD --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c6152e6cd..abd83ead3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,6 +35,7 @@ jobs: ~/.android/avd/* ~/.android/adb* key: avd-29 + save-always: true - name: create AVD and generate snapshot for caching if: steps.avd-cache.outputs.cache-hit != 'true'