Skip to content

Commit 37325ad

Browse files
authored
Merge branch 'main' into capture-app-start-errors-v7
2 parents 23c6824 + c821b02 commit 37325ad

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
@@ -397,6 +397,9 @@ jobs:
397397
- name: Install JS Dependencies
398398
run: yarn install
399399

400+
- uses: ./.github/actions/disk-cleanup
401+
if: ${{ matrix.platform == 'android' }}
402+
400403
- name: Setup KVM
401404
if: ${{ matrix.platform == 'android' }}
402405
shell: bash
@@ -431,6 +434,7 @@ jobs:
431434
disable-spellchecker: true
432435
target: 'aosp_atd'
433436
channel: canary # Necessary for ATDs
437+
disk-size: 4096M
434438
emulator-options: >
435439
-no-window
436440
-no-snapshot-save

0 commit comments

Comments
 (0)