Fixed incorrect indentation.

This commit is contained in:
MohitMaliFtechiz 2023-12-20 12:51:12 +05:30 committed by Kelson
parent e23e4190f4
commit a4227f04a1

View File

@ -41,18 +41,18 @@ jobs:
- name: create instrumentation coverage
uses: ReactiveCircus/android-emulator-runner@v2
env:
GRADLE_OPTS: "-Dorg.gradle.internal.http.connectionTimeout=60000 -Dorg.gradle.internal.http.socketTimeout=60000 -Dorg.gradle.internal.network.retry.max.attempts=6 -Dorg.gradle.internal.network.retry.initial.backOff=2000"
GRADLE_OPTS: "-Dorg.gradle.internal.http.connectionTimeout=60000 -Dorg.gradle.internal.http.socketTimeout=60000 -Dorg.gradle.internal.network.retry.max.attempts=6 -Dorg.gradle.internal.network.retry.initial.backOff=2000"
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.api-level != 33 && 'default' || 'google_apis' }}
arch: x86_64
profile: pixel_2
ram-size: '4096M'
disk-size: '14G'
sdcard-path-or-size: ${{ matrix.api-level != 33 && '1000M' || '4096M' }}
disable-animations: false
heap-size: ${{ matrix.api-level == 33 && '512M' || '' }}
script: bash contrib/instrumentation.sh
api-level: ${{ matrix.api-level }}
target: ${{ matrix.api-level != 33 && 'default' || 'google_apis' }}
arch: x86_64
profile: pixel_2
ram-size: '4096M'
disk-size: '14G'
sdcard-path-or-size: ${{ matrix.api-level != 33 && '1000M' || '4096M' }}
disable-animations: false
heap-size: ${{ matrix.api-level == 33 && '512M' || '' }}
script: bash contrib/instrumentation.sh
- name: Upload screenshot result