File tree 1 file changed +0
-21
lines changed
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 53
53
:app:packageDebug :integration-tests:firebase:packageDebug
54
54
cache-read-only : false
55
55
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
-
77
56
- name : Start Firebase emulator and wait for it to be ready
78
57
id : start-emulator
79
58
run : scripts/start-firebase-emulator-in-docker-and-wait-for-ready.sh
You can’t perform that action at this time.
0 commit comments