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 !"

View file

@ -51,6 +51,8 @@ jobs:
# via l'API REST Forgejo (pas d'actions tierces Node).
release:
runs-on: docker
container:
image: pazof/yavsc-build-env:debian12-dotnet10-android36-v5
steps:
- name: Clone du repo au tag demandé
env: