From d5b9d6d78333feeba3f127d08bb43e6698736e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Thu, 12 May 2022 14:09:34 +0200 Subject: [PATCH] Trying to increase storage with disk.dataPartition.size --- .github/workflows/Build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 1e4feb711..cc6070b89 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -102,6 +102,7 @@ jobs: api-level: ${{ matrix.api-level }} arch: x86 disable-animations: true + disk.dataPartition.size: 1200M script: ./gradlew connectedAndroidTest -x :benchmark:connectedBenchmarkAndroidTest - name: Upload test reports