From b70cc63c716f722b0b64ed1a15150d1ff5df44dd 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 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index d56e58ff..19b2b9ab 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -55,14 +55,6 @@ jobs: java-version: '17' distribution: 'temurin' cache: gradle - - name: AVD cache - uses: actions/cache@v3 - id: avd-cache - with: - path: | - ~/.android/avd/* - ~/.android/adb* - key: avd-31 - name: Functional Tests uses: reactivecircus/android-emulator-runner@v2.28.0 with: @@ -74,6 +66,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