From c37fdc7ccbd7788ef2a3557ad29e388d2e86ef3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Wed, 3 Aug 2022 16:37:58 +0200 Subject: [PATCH] Enables cache, increases disk size --- .github/workflows/Build.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index ae5e708d8..1a98c8a1b 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -79,8 +79,6 @@ jobs: - name: Setup Gradle uses: gradle/gradle-build-action@v2 - with: - cache-disabled: true - name: Run instrumentation tests uses: reactivecircus/android-emulator-runner@v2 @@ -88,8 +86,8 @@ jobs: api-level: ${{ matrix.api-level }} arch: x86_64 disable-animations: true - disk-size: 1500M - heap-size: 512M + disk-size: 2000M + heap-size: 600M script: ./gradlew connectedProdDebugAndroidTest -x :benchmark:connectedProdBenchmarkAndroidTest --stacktrace - name: Upload test reports