From 441e31c733916bb7fef0a27c2f606ec48551e2c5 Mon Sep 17 00:00:00 2001 From: Gaston Thea Date: Fri, 6 Dec 2024 11:58:46 -0300 Subject: [PATCH] Fix --- .github/workflows/instrumented.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/instrumented.yml b/.github/workflows/instrumented.yml index d9a39c641..3e642e14d 100644 --- a/.github/workflows/instrumented.yml +++ b/.github/workflows/instrumented.yml @@ -65,4 +65,7 @@ jobs: with: api-level: ${{ matrix.api-level }} profile: Galaxy Nexus + force-avd-creation: false + emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + disable-animations: true script: ./gradlew connectedCheck --continue -Pandroid.testInstrumentationRunnerArguments.numShards=5 -Pandroid.testInstrumentationRunnerArguments.shardIndex=${{ matrix.shard }}