From d57b15a11caa264e42a94d860d51599e224c3b0b Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 16 Dec 2025 12:10:56 +0100 Subject: [PATCH] fix(ci): resolve Android emulator disk space issue in test workflow --- .github/workflows/sample-application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml index 0f1cde189c..0976972c6c 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -286,6 +286,9 @@ jobs: - name: Install JS Dependencies run: yarn install + - uses: ./.github/actions/disk-cleanup + if: ${{ matrix.platform == 'android' }} + - name: Setup KVM if: ${{ matrix.platform == 'android' }} shell: bash @@ -320,6 +323,7 @@ jobs: disable-spellchecker: true target: 'aosp_atd' channel: canary # Necessary for ATDs + disk-size: 4096M emulator-options: > -no-window -no-snapshot-save