From 59cd4cffe3ec561db7be17359629c402e3ea6e66 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Wed, 20 Mar 2024 01:17:55 +0530 Subject: [PATCH] Disabling animation on emulator since espresso sometimes giving error due to animation. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d3a54fa7..7cfec38d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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