From 0e9a9eccd5a5bcece9b1c1a771567005b4ac5238 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 8 Jul 2026 16:13:14 +0800 Subject: [PATCH] Disable the use of a skin on Android test runs. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 362a3b9..898e9b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: runs-on: ubuntu-latest briefcase-target: "android" briefcase-run-args: > - --device '{"avd":"beePhone"}' + --device '{"avd":"beePhone","device_type":"pixel"}' --Xemulator=-no-window --Xemulator=-no-snapshot --Xemulator=-no-audio