File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,10 @@ jobs:
65
65
key : avd-${{ env.ANDROID_API_LEVEL }}
66
66
67
67
- name : Create AVD and generate snapshot for caching
68
- if : steps.avd-cache.outputs.cache-hit != 'true'
69
68
uses : reactivecircus/android-emulator-runner@v2
70
69
with :
71
- api-level : ${{ env.ANDROID_API_LEVEL }}
72
- device -name : " pixel_4_xl " # Set to Pixel 4 XL
70
+ api-level : 33
71
+ avd -name : Pixel_4_XL_API_33 # Use the exact name of your AVD
73
72
force-avd-creation : false
74
73
emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
75
74
disable-animations : false
82
81
- name : Test Mobile App (Android)
83
82
uses : reactivecircus/android-emulator-runner@v2
84
83
with :
85
- api-level : ${{ env.ANDROID_API_LEVEL }}
86
- device -name : " pixel_4_xl " # Ensure it runs on Pixel 4 XL
84
+ api-level : 33
85
+ avd -name : Pixel_4_XL_API_33 # Ensure it runs on Pixel 4 XL
87
86
force-avd-creation : false
88
87
emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
89
88
disable-animations : true
You can’t perform that action at this time.
0 commit comments