From 1f1bd950ab28a87d6f14d12e1c44f319aeb3f268 Mon Sep 17 00:00:00 2001 From: gxz Date: Thu, 27 Feb 2025 11:01:15 +0800 Subject: [PATCH] chore: optimize --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cce486d..5edb685f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,10 @@ jobs: with: api-level: 31 arch: x86_64 - avd-name: emulator + profile: pixel_5 + ram-size: 2048M + heap-size: 4096M + disk-size: 8192M working-directory: example script: detox test -c android.emu.release