release/1.0.8-rc3 #43

Merged
notazof merged 98 commits from release/1.0.8-rc3 into main 2026-08-26 22:49:51 +01:00
Showing only changes of commit a4ae0fde72 - Show all commits

should work, Xamarin.UITest installs the app
Some checks failed
Dotnet build and test / build (pull_request) Failing after 10m18s

Paul Schneider 2026-08-25 23:39:12 +01:00
Signed by: notazof
GPG key ID: 1DD5D838E5343B06

View file

@ -63,10 +63,6 @@ jobs:
echo "Statut actuel : ${OUT:-0}"
done
echo "✅ L'émulateur Android est prêt !"
echo "⌛ Installation de l'APK de Debug..."
adb install /src/_src/src/PostIt/PostIt.Android/bin/Debug/net10.0-android/fr.pschneider.postit-Signed.apk -r
dotnet test /src/_src/src/PostIt/PostIt.Tests/PostIt.Tests.csproj -c Release
- name: Test
run: |
echo "⌛ Lancement des tests..."