specify the docker image
Some checks failed
Dotnet build and test / build (pull_request) Has been cancelled

This commit is contained in:
Paul Schneider 2026-08-26 05:09:02 +01:00
commit 851920c79e
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
2 changed files with 8 additions and 0 deletions

View file

@ -87,5 +87,11 @@ jobs:
- name: Test
run: |
echo "⌛ Installation de l'APK de Debug..."
# Ajustez le chemin vers l'APK généré par votre build de debug
cd /src/_src
APK=src/PostIt/PostIt.Android/bin/Debug/net10.0-android/android-arm64/fr.pschneider.postit-Signed.apk
adb install ${APK}
echo "⌛ Lancement des tests..."
cd /src/_src && dotnet test --verbosity normal && echo "✅ Success !"