Skip to content

Commit b22b71d

Browse files
Marlin CremersMarlinc
Marlin Cremers
authored andcommitted
test: increase emulator disk size
1 parent 782afbd commit b22b71d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/emulator.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
path: |
7474
~/.android/avd/*
7575
~/.android/adb*
76-
key: avd-${{ matrix.api-level }}
76+
key: avd-test-${{ matrix.api-level }}
7777

7878
- name: Enable KVM
7979
if: matrix.api-level == 29 && steps.avd-cache.outputs.cache-hit != 'true'
@@ -91,6 +91,7 @@ jobs:
9191
target: default
9292
arch: x86_64
9393
api-level: ${{ matrix.api-level }}
94+
disk-size: 8G
9495
force-avd-creation: false
9596
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
9697
disable-animations: false
@@ -155,14 +156,15 @@ jobs:
155156
path: |
156157
~/.android/avd/*
157158
~/.android/adb*
158-
key: avd-${{ matrix.api-level }}
159+
key: avd-test-${{ matrix.api-level }}
159160

160161
- name: Test script=${{ matrix.script }} api-level=${{ matrix.api-level }}
161162
uses: reactivecircus/android-emulator-runner@v2
162163
with:
163164
target: default
164165
arch: x86_64
165166
api-level: ${{ matrix.api-level }}
167+
disk-size: 8G
166168
force-avd-creation: false
167169
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
168170
disable-animations: true

0 commit comments

Comments
 (0)