mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Fixed incorrect indentation.
This commit is contained in:
parent
e23e4190f4
commit
a4227f04a1
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@ -41,18 +41,18 @@ jobs:
|
|||||||
- name: create instrumentation coverage
|
- name: create instrumentation coverage
|
||||||
uses: ReactiveCircus/android-emulator-runner@v2
|
uses: ReactiveCircus/android-emulator-runner@v2
|
||||||
env:
|
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:
|
with:
|
||||||
api-level: ${{ matrix.api-level }}
|
api-level: ${{ matrix.api-level }}
|
||||||
target: ${{ matrix.api-level != 33 && 'default' || 'google_apis' }}
|
target: ${{ matrix.api-level != 33 && 'default' || 'google_apis' }}
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
profile: pixel_2
|
profile: pixel_2
|
||||||
ram-size: '4096M'
|
ram-size: '4096M'
|
||||||
disk-size: '14G'
|
disk-size: '14G'
|
||||||
sdcard-path-or-size: ${{ matrix.api-level != 33 && '1000M' || '4096M' }}
|
sdcard-path-or-size: ${{ matrix.api-level != 33 && '1000M' || '4096M' }}
|
||||||
disable-animations: false
|
disable-animations: false
|
||||||
heap-size: ${{ matrix.api-level == 33 && '512M' || '' }}
|
heap-size: ${{ matrix.api-level == 33 && '512M' || '' }}
|
||||||
script: bash contrib/instrumentation.sh
|
script: bash contrib/instrumentation.sh
|
||||||
|
|
||||||
|
|
||||||
- name: Upload screenshot result
|
- name: Upload screenshot result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user