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