From d3d5c0d1c098447fa8a27a9da01966f9279133ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Wed, 3 Aug 2022 15:58:19 +0200 Subject: [PATCH] [CI] Increases disk-size --- .github/workflows/Build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index e3e8768b3..1a98c8a1b 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -86,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