mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 23:07:26 -04:00
Disabling animation on emulator since espresso sometimes giving error due to animation.
This commit is contained in:
parent
47b4d5bf62
commit
59cd4cffe3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
ram-size: '4096M'
|
||||
disk-size: '14G'
|
||||
sdcard-path-or-size: ${{ matrix.api-level != 33 && '1000M' || '4096M' }}
|
||||
disable-animations: false
|
||||
disable-animations: true
|
||||
heap-size: ${{ matrix.api-level == 33 && '512M' || '' }}
|
||||
script: bash contrib/instrumentation.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user