From 721a3d481c8183a38bbfc70eac18eae8bd0a83da Mon Sep 17 00:00:00 2001 From: Jordon de Hoog Date: Wed, 20 Sep 2023 17:16:06 -0400 Subject: [PATCH] remove AVD caching --- .github/workflows/ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f12cb03..9d7d140 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,26 +140,6 @@ jobs: - name: Gradle Wrapper Validation uses: gradle/wrapper-validation-action@v1 - - name: AVD cache - uses: actions/cache@v3 - id: avd-cache - with: - path: | - ~/.android/avd/* - ~/.android/adb* - key: avd-${{ matrix.api-level }} - - - name: Create AVD and generate snapshot for caching - if: steps.avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@v2 - with: - api-level: ${{ matrix.api-level }} - arch: x86_64 - force-avd-creation: false - disable-animations: false - emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none - script: echo "Generated AVD snapshot." - - name: Run tests for API ${{ matrix.api-level }} uses: reactivecircus/android-emulator-runner@v2 with: