File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -48,22 +48,26 @@ jobs:
48
48
path : |
49
49
~/.android/avd/*
50
50
~/.android/adb*
51
- key : avd-29
51
+ key : avd-30
52
52
- name : create AVD and generate snapshot for caching
53
53
if : steps.avd-cache.outputs.cache-hit != 'true'
54
54
uses : reactivecircus/android-emulator-runner@v2
55
55
with :
56
- api-level : 29
56
+ api-level : 30
57
+ arch : x86_64
57
58
force-avd-creation : false
58
59
emulator-options : -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
59
60
disable-animations : false
60
61
script : echo "Generated AVD snapshot for caching."
61
62
- name : run tests
62
63
uses : reactivecircus/android-emulator-runner@v2
63
64
with :
64
- api-level : 29
65
+ api-level : 30
66
+ arch : x86_64
65
67
force-avd-creation : false
66
68
emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
67
69
disable-animations : true
70
+ disk-size : 6000M
71
+ heap-size : 600M
68
72
script : ./gradlew connectedCheck
69
73
You can’t perform that action at this time.
0 commit comments