From 30424518a83b1fd6748abf186b81b4251e3997fe Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Mon, 15 Apr 2024 16:13:21 +0530 Subject: [PATCH] Re-enabled the caching of avd. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ffe92274..c4db622f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: key: avd-${{ matrix.api-level }} - name: Create AVD and generate snapshot for caching - # if: steps.avd-cache.outputs.cache-hit != 'true' + if: steps.avd-cache.outputs.cache-hit != 'true' uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.api-level }}