hit the AVD
All checks were successful
Dotnet build and test / build (pull_request) Successful in 1h29m2s
All checks were successful
Dotnet build and test / build (pull_request) Successful in 1h29m2s
This commit is contained in:
parent
9d5667c459
commit
dab56e508f
1 changed files with 1 additions and 0 deletions
|
|
@ -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=$!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue