Skip to content

Commit 5076b2a

Browse files
committed
more quick try
1 parent 4f939c1 commit 5076b2a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/test.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,26 @@ jobs:
4848
path: |
4949
~/.android/avd/*
5050
~/.android/adb*
51-
key: avd-29
51+
key: avd-30
5252
- name: create AVD and generate snapshot for caching
5353
if: steps.avd-cache.outputs.cache-hit != 'true'
5454
uses: reactivecircus/android-emulator-runner@v2
5555
with:
56-
api-level: 29
56+
api-level: 30
57+
arch: x86_64
5758
force-avd-creation: false
5859
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
5960
disable-animations: false
6061
script: echo "Generated AVD snapshot for caching."
6162
- name: run tests
6263
uses: reactivecircus/android-emulator-runner@v2
6364
with:
64-
api-level: 29
65+
api-level: 30
66+
arch: x86_64
6567
force-avd-creation: false
6668
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
6769
disable-animations: true
70+
disk-size: 6000M
71+
heap-size: 600M
6872
script: ./gradlew connectedCheck
6973

0 commit comments

Comments
 (0)