From 952ae3044611360434eb5948dfd7d6516200758b Mon Sep 17 00:00:00 2001 From: Wojtek Zieba Date: Sat, 28 Oct 2023 15:17:27 +0200 Subject: [PATCH] ci: increase data partition for emulator --- .github/workflows/readme.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index d56e58ff..8031183c 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -74,6 +74,7 @@ jobs: avd-name: macOS-avd-x86_64-31 emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true + disk-size: 3200M script: ./gradlew :parsely:connectedCheck - name: Publish build artifacts uses: actions/upload-artifact@v3