File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 5454 sudo udevadm control --reload-rules
5555 sudo udevadm trigger --name-match=kvm
5656
57+ - name : AVD cache
58+ uses : actions/cache@v4
59+ id : avd-cache
60+ with :
61+ path : |
62+ ~/.android/avd/*
63+ ~/.android/adb*
64+ key : avd-${{ matrix.api-level }}
65+
66+ - name : Create AVD and generate snapshot for caching
67+ if : steps.avd-cache.outputs.cache-hit != 'true'
68+ uses : reactivecircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # pin@v2
69+ with :
70+ api-level : 30
71+ force-avd-creation : false
72+ emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
73+ disable-animations : false
74+ script : echo "Generated AVD snapshot for caching."
75+
5776 # Clean, build and release a test apk
5877 - name : Make assembleUiTests
5978 run : make assembleUiTests
You can’t perform that action at this time.
0 commit comments