hit the AVD
All checks were successful
Dotnet build and test / build (pull_request) Successful in 1h29m2s

This commit is contained in:
Paul Schneider 2026-08-26 02:24:03 +01:00
commit dab56e508f
Signed by: notazof
GPG key ID: 1DD5D838E5343B06

View file

@ -46,6 +46,7 @@ jobs:
- name: Démarrer l'émulateur QEMU Headless
run: |
set -e
export ANDROID_AVD_HOME=${ANDROID_HOME}/.android/avd
echo "Démarrage de l'émulateur en tâche de fond..."
emulator -avd pixel_test -no-window -no-audio -no-boot-anim -gpu swiftshader &
EMU_PID=$!