mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Removed the canary channel from CI to run the emulator on stable versions.
* Added the emulator boot timeout so that emulator can boot if it takes long in booting.
This commit is contained in:
parent
6a67c8bd5f
commit
040e548391
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
disable-animations: false
|
||||
heap-size: 512M
|
||||
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||
channel: canary
|
||||
emulator-boot-timeout: 1200
|
||||
script: echo "Generated AVD snapshot for caching."
|
||||
|
||||
- name: create instrumentation coverage
|
||||
@ -86,7 +86,7 @@ jobs:
|
||||
sdcard-path-or-size: 2048M
|
||||
disable-animations: true
|
||||
heap-size: 512M
|
||||
channel: canary
|
||||
emulator-boot-timeout: 1200
|
||||
script: bash contrib/instrumentation.sh
|
||||
|
||||
- name: Test custom app
|
||||
@ -103,6 +103,7 @@ jobs:
|
||||
force-avd-creation: true
|
||||
sdcard-path-or-size: 2048M
|
||||
disable-animations: true
|
||||
emulator-boot-timeout: 1200
|
||||
heap-size: 512M
|
||||
script: bash contrib/instrumentation-customapps.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user