Skip to content

Commit 3af5f5c

Browse files
author
Joseph Cooper
committed
ci: Disable AVD caching
Caching the AVDs on github causes failures when installing the test apk. See ReactiveCircus/android-emulator-runner#319
1 parent 39d6980 commit 3af5f5c

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/data-integration-tests.yml

-21
Original file line numberDiff line numberDiff line change
@@ -53,27 +53,6 @@ jobs:
5353
:app:packageDebug :integration-tests:firebase:packageDebug
5454
cache-read-only: false
5555

56-
- name: Cache AVD
57-
uses: actions/cache@v3
58-
id: avd-cache
59-
with:
60-
path: |
61-
~/.android/avd/*
62-
~/.android/adb*
63-
key: avd-${{ matrix.api-level }}
64-
65-
- name: create AVD and generate snapshot for caching
66-
if: steps.avd-cache.outputs.cache-hit != 'true'
67-
uses: reactivecircus/android-emulator-runner@v2
68-
with:
69-
profile: "Galaxy Nexus"
70-
api-level: ${{ matrix.api-level }}
71-
target: ${{ matrix.target }}
72-
force-avd-creation: false
73-
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
74-
disable-animations: false
75-
script: echo "Created AVD snapshot for caching"
76-
7756
- name: Start Firebase emulator and wait for it to be ready
7857
id: start-emulator
7958
run: scripts/start-firebase-emulator-in-docker-and-wait-for-ready.sh

0 commit comments

Comments
 (0)