Skip to content

Commit 1f5813b

Browse files
authored
AVD caching + job matrix seems to create issues
Cf ReactiveCircus/android-emulator-runner#362
1 parent b8fcb77 commit 1f5813b

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/test.yaml

-23
Original file line numberDiff line numberDiff line change
@@ -42,29 +42,6 @@ jobs:
4242
key: avd-${{ matrix.api-level }}
4343
save-always: true
4444

45-
- name: create AVD and generate snapshot for caching
46-
if: steps.avd-cache.outputs.cache-hit != 'true'
47-
uses: reactivecircus/android-emulator-runner@v2
48-
with:
49-
api-level: ${{ matrix.api-level }}
50-
target: google_apis
51-
arch: x86_64
52-
force-avd-creation: false
53-
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -metrics-collection
54-
disable-animations: true
55-
disable-spellchecker: true
56-
profile: Nexus 6
57-
script: ./gradlew assemblePremiumDebug --no-watch-fs --build-cache
58-
59-
- name: Save AVD to cache
60-
if: steps.avd-cache.outputs.cache-hit != 'true'
61-
uses: actions/cache/save@v4
62-
with:
63-
path: |
64-
~/.android/avd/*
65-
~/.android/adb*
66-
key: avd-${{ matrix.api-level }}
67-
6845
- name: Add Dropbox API credentials
6946
shell: bash
7047
run: |

0 commit comments

Comments
 (0)