diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index e35d76603..bc23e3b27 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -71,7 +71,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - api-level: [26, 29] + api-level: [23, 26, 29] steps: - name: Checkout @@ -102,7 +102,7 @@ jobs: api-level: ${{ matrix.api-level }} arch: x86 disable-animations: true - disk.dataPartition.size: 1500M + disk-size: 800M script: ./gradlew connectedAndroidTest -x :benchmark:connectedBenchmarkAndroidTest - name: Upload test reports