From 6a67c8bd5f552aa16e1f99892a2adcb65ac6fe08 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Thu, 15 Aug 2024 22:44:19 +0530 Subject: [PATCH] Improved the CI for running custom app test cases. * The emulator was not running on API level 25 so now we are directly running the new emulator for this without canary channel. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1682795c4..666657515 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,14 +98,12 @@ 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 ram-size: 4096M cores: 4 force-avd-creation: true sdcard-path-or-size: 2048M disable-animations: true heap-size: 512M - channel: canary script: bash contrib/instrumentation-customapps.sh