Compare commits
No commits in common. "553bd415a9a4c84d0009bad7df9847553fe2a6f7" and "a4ae0fde728d19cb43ec4d9fde90b04ecda24106" have entirely different histories.
553bd415a9
...
a4ae0fde72
1 changed files with 2 additions and 3 deletions
|
|
@ -49,9 +49,9 @@ jobs:
|
|||
run: cd /src/_src && dotnet build --no-restore
|
||||
- name: Démarrer l'émulateur QEMU Headless
|
||||
run: |
|
||||
set -e
|
||||
echo "Démarrage de l'émulateur en tâche de fond..."
|
||||
emulator -avd postit_test_avd -no-window -no-audio -no-boot-anim -gpu swiftshader &
|
||||
# Remplacer 'pixel_5_api_30' par le nom exact de votre AVD créé sur l'hôte
|
||||
emulator -avd emulator-5554 -no-window -no-audio -no-boot-anim -gpu swiftshader &
|
||||
EMU_PID=$!
|
||||
echo "Attente de la détection par ADB..."
|
||||
adb wait-for-device
|
||||
|
|
@ -63,7 +63,6 @@ jobs:
|
|||
echo "Statut actuel : ${OUT:-0}"
|
||||
done
|
||||
echo "✅ L'émulateur Android est prêt !"
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
echo "⌛ Lancement des tests..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue