From 55d5019b2fa5776cc4cfe36f0ee48f633860747a Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Thu, 15 Aug 2024 16:45:15 +0530 Subject: [PATCH] Kept the emulator running after creating the instrumentation coverage so that the same emulator can be used for testing custom apps. This will reduce the CI timing since it will not create the new emualtor to run the custom app test cases. --- .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 91552f8bf..78a05f2fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: target: default arch: x86_64 profile: pixel_2 - emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none ram-size: 4096M cores: 4 force-avd-creation: false