From a4227f04a1a7709e03e5a4a46b6c3f0e7cf6d22c Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Wed, 20 Dec 2023 12:51:12 +0530 Subject: [PATCH] Fixed incorrect indentation. --- .github/workflows/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0a2cf6a9..3fa7b6ed5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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