Re-enabled the caching of avd.

This commit is contained in:
MohitMaliFtechiz 2024-04-15 16:13:21 +05:30
parent d0cf899009
commit 30424518a8

View File

@ -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 }}