File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,29 +65,29 @@ jobs:
6565 path : |
6666 ~/.android/avd/*
6767 ~/.android/adb*
68- key : avd-wolfcryptjni-30-x86_64-atd -v1
68+ key : avd-wolfcryptjni-30-x86_64-google_apis -v1
6969
7070 # Create AVD and generate snapshot for caching
7171 - name : Create AVD and generate snapshot
7272 if : steps.avd-cache.outputs.cache-hit != 'true'
73- uses : reactivecircus/android-emulator-runner@v2
73+ uses : reactivecircus/android-emulator-runner@v2.37.0
7474 with :
7575 api-level : 30
7676 arch : x86_64
77- target : aosp_atd
77+ target : google_apis
7878 force-avd-creation : false
7979 emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
8080 disable-animations : true
8181 script : echo "Generated AVD snapshot for caching"
8282
8383 # Run instrumented tests on Android emulator
8484 - name : Run Android Instrumented Tests
85- uses : reactivecircus/android-emulator-runner@v2
85+ uses : reactivecircus/android-emulator-runner@v2.37.0
8686 timeout-minutes : 15
8787 with :
8888 api-level : 30
8989 arch : x86_64
90- target : aosp_atd
90+ target : google_apis
9191 force-avd-creation : false
9292 emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
9393 disable-animations : true
You can’t perform that action at this time.
0 commit comments