From b4a4fb6410db927f7a127476d7a7c8216963b2ff Mon Sep 17 00:00:00 2001 From: David Ly <22302001+lydavid@users.noreply.github.com> Date: Sat, 6 Apr 2024 20:28:47 -0400 Subject: [PATCH] chore: do not specify optional configs --- .github/workflows/test-e2e.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 1c195bd24..9683d758c 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -35,11 +35,8 @@ jobs: api-level: 29 arch: x86_64 profile: pixel_3a - heap-size: 512M - ram-size: 4096M emulator-options: -memory 4096 -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true - disk-size: 4G sdcard-path-or-size: 100M script: | ./gradlew installDebug