Merge pull request #366 from android/dt/fix-ci

Increase emulator disk space to 6G in attempt to fix #354
pull/257/head
Milosz Moczkowski 2 years ago committed by GitHub
commit 2a1f5340d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,7 +88,7 @@ jobs:
api-level: ${{ matrix.api-level }}
arch: x86_64
disable-animations: true
disk-size: 2000M
disk-size: 6000M
heap-size: 600M
script: ./gradlew connectedProdDebugAndroidTest -x :benchmark:connectedProdBenchmarkAndroidTest --stacktrace

Loading…
Cancel
Save