File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -64,29 +64,10 @@ jobs:
6464 ~/.gradle/caches/jars-*
6565 ~/.gradle/caches/build-cache-*
6666 key : gradle-${{ hashFiles('checksum.txt') }}
67- - name : AVD cache
68- uses : actions/cache@v4
69- id : avd-cache
70- with :
71- path : |
72- ~/.android/avd/*
73- ~/.android/adb*
74- key : avd-${{ matrix.api-level }}
75- - name : create AVD and generate snapshot for caching
76- if : steps.avd-cache.outputs.cache-hit != 'true'
77- uses : reactivecircus/android-emulator-runner@v2
78- with :
79- api-level : ${{ matrix.api-level }}
80- force-avd-creation : false
81- emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
82- disable-animations : false
83- script : echo "Generated AVD snapshot for caching."
8467 - name : Run instrumentation tests
8568 uses : reactivecircus/android-emulator-runner@v2
8669 with :
8770 api-level : ${{ matrix.api-level }}
88- force-avd-creation : false
89- emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
9071 arch : x86
9172 disable-animations : true
9273 script : ./gradlew connectedCheck --stacktrace
You can’t perform that action at this time.
0 commit comments