Skip to content

Commit c821b02

Browse files
authored
fix(ci): resolve Android emulator disk space issue in test workflow (#5478)
1 parent 60cd796 commit c821b02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sample-application.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ jobs:
286286
- name: Install JS Dependencies
287287
run: yarn install
288288

289+
- uses: ./.github/actions/disk-cleanup
290+
if: ${{ matrix.platform == 'android' }}
291+
289292
- name: Setup KVM
290293
if: ${{ matrix.platform == 'android' }}
291294
shell: bash
@@ -320,6 +323,7 @@ jobs:
320323
disable-spellchecker: true
321324
target: 'aosp_atd'
322325
channel: canary # Necessary for ATDs
326+
disk-size: 4096M
323327
emulator-options: >
324328
-no-window
325329
-no-snapshot-save

0 commit comments

Comments
 (0)