Skip to content

Commit

Permalink
remove AVD caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond committed Sep 20, 2023
1 parent 68735fb commit 721a3d4
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 721a3d4

Please sign in to comment.