File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ jobs:
5858 path : |
5959 ~/.android/avd/*
6060 ~/.android/adb*
61- key : avd-29
61+ key : avd-30-arm64
6262
6363 - name : Create AVD and generate snapshot for caching
6464 if : steps.avd-cache.outputs.cache-hit != 'true'
6565 uses : reactivecircus/android-emulator-runner@v2
6666 with :
67- api-level : 29
68- arch : x86_64
67+ api-level : 30
68+ arch : arm64-v8a
6969 profile : pixel_4
7070 force-avd-creation : false
7171 emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
7575 - name : Run UI tests on Android Emulator
7676 uses : reactivecircus/android-emulator-runner@v2
7777 with :
78- api-level : 29
79- arch : x86_64
78+ api-level : 30
79+ arch : arm64-v8a
8080 profile : pixel_4
8181 force-avd-creation : false
8282 emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
8888 adb shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done'
8989 sleep 10
9090
91- # Verify emulator
92- echo "Emulator properties:"
93- adb shell getprop
94- echo "APK info:"
95- adb shell pm list packages
91+ # Verify emulator ABI matches app
92+ echo "Emulator ABI:"
93+ adb shell getprop ro.product.cpu.abi
9694
9795 # Install and run tests
9896 ./gradlew installDebug
You can’t perform that action at this time.
0 commit comments