File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 take-screenshot-android :
16- runs-on : macos -latest
16+ runs-on : ubuntu -latest
1717 timeout-minutes : 15
1818 env :
1919 API_LEVEL : ${{ inputs.api_level }}
4949 ~/.android/adb*
5050 key : avd-${{ env.API_LEVEL }}
5151
52- - name : create AVD and generate snapshot for caching
52+ - name : create AVD
5353 if : steps.avd-cache.outputs.cache-hit != 'true'
5454 uses : reactivecircus/android-emulator-runner@v2
5555 with :
5858 target : google_apis
5959 cores : ${{ env.CORES }}
6060 force-avd-creation : false
61- emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
61+ emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none -no-snapshot
6262 disable-animations : false
6363 script : avdmanager list device
6464
You can’t perform that action at this time.
0 commit comments