From 319d2a011a7f95c843e98856b0116c6335472de8 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Mon, 21 Jul 2025 10:29:02 +0200 Subject: [PATCH] .github/workflows/emulator: use Pixel Tablet profile... ... for extra screen estate --- .github/workflows/emulator.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/emulator.yml b/.github/workflows/emulator.yml index e434762..eee1480 100644 --- a/.github/workflows/emulator.yml +++ b/.github/workflows/emulator.yml @@ -98,6 +98,7 @@ jobs: arch: x86_64 api-level: ${{ matrix.api-level }} force-avd-creation: false + profile: pixel_tablet emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: false script: echo "Generated AVD snapshot for caching." @@ -173,6 +174,7 @@ jobs: arch: x86_64 api-level: ${{ matrix.api-level }} force-avd-creation: false + profile: pixel_tablet emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true # https://github.com/ReactiveCircus/android-emulator-runner/issues/385