Skip to content

Commit

Permalink
Android testing // double cache v2
Browse files Browse the repository at this point in the history
  • Loading branch information
romellfudi committed Jun 23, 2021
1 parent c579d44 commit f615cf3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,19 @@ jobs:
~/.android/avd/*
~/.android/adb*
key: avd

- name: Generate AVD snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 23
arch: x86
profile: Nexus 5X
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
script: echo "Generated AVD snapshot for caching."

- name: run android tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit f615cf3

Please sign in to comment.