From aea97e5693ba18872189ced46373ff6d2f324cc1 Mon Sep 17 00:00:00 2001 From: Vitalii Pavlenko Date: Wed, 31 Jul 2024 16:54:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20to=20version=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 337bf127..16b7716a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -136,6 +136,10 @@ jobs: target: ${{ matrix.tag }} arch: ${{ matrix.abi }} profile: Galaxy Nexus + force-avd-creation: false + # Use a medium size skin rather than default size. Some tests need to have a decent size. + emulator-options: -no-snapshot-save -noaudio -no-boot-anim -skin 360x640 + disable-animations: true script: | adb logcat -c # clear logs mkdir artifacts && touch artifacts/logcat.log && chmod +w artifacts/logcat.log