diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0f554b..6f29e86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,32 +128,9 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - - 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 }} - force-avd-creation: false - emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none - disable-animations: false - arch: arm64-v8a - script: echo "Generated AVD snapshot for caching." - - name: Run tests uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.api-level }} - force-avd-creation: false - emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none - disable-animations: true arch: arm64-v8a script: ./gradlew connectedCheck \ No newline at end of file