From f804cbb086bff2a761ceda4640fd7232b1750c07 Mon Sep 17 00:00:00 2001 From: m1ga Date: Wed, 15 May 2024 11:32:40 +0200 Subject: [PATCH] workflow update --- .github/workflows/android.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 19c31b8..a2e48ad 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -84,9 +84,14 @@ jobs: ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 120 with: api-level: 29 - target: playstore + target: google_apis script: npm run test:android -- --sdkVersion 12.2.1.GA - disable-animations: false # defaulting to true, the commands sent to emulator to do this sometimes run too quickly after boot and cause "adb: device offline" failures + arch: x86_64 + profile: Nexus 6 + ram-size: 2048MB + force-avd-creation: false + emulator-options: -no-snapshot -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + disable-animations: true - name: Show summary of ccache configuration and statistics counters run: ccache --show-stats