From 49f44cd1b3bf022dacf0f9fd43fabaae21b9ba72 Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Tue, 28 Nov 2023 14:45:06 -0500 Subject: [PATCH] Run testbed on Android emulator with pixel_3a skin --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9d8180511..68fde2d7e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,7 +193,7 @@ jobs: - backend: android runs-on: ubuntu-latest - briefcase-run-args: " -d '{\"avd\":\"beePhone\"}' --Xemulator=-no-window --Xemulator=-no-snapshot --Xemulator=-no-audio --Xemulator=-no-boot-anim --shutdown-on-exit" + briefcase-run-args: " -d '{\"avd\":\"beePhone\",\"skin\":\"pixel_3a\"}' --Xemulator=-no-window --Xemulator=-no-snapshot --Xemulator=-no-audio --Xemulator=-no-boot-anim --shutdown-on-exit" pre-command: | # check if virtualization is supported... sudo apt install -qq --no-install-recommends cpu-checker coreutils && echo "CPUs=$(nproc --all)" && kvm-ok @@ -222,8 +222,7 @@ jobs: ${{ matrix.pre-command }} # Use the development version of Briefcase python -m pip install -U pip - # python -m pip install git+https://github.com/beeware/briefcase.git - python -m pip install git+https://github.com/beeware/briefcase.git@018931b3c6428896edb7ebffb76680602ad5d06b + python -m pip install git+https://github.com/beeware/briefcase.git - name: Test App working-directory: testbed