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.

This commit is contained in:
MohitMaliFtechiz 2024-08-15 16:45:15 +05:30 committed by Kelson
parent 8cd58a8136
commit 55d5019b2f

View File

@ -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