fixes the pipeline
Some checks failed
Dotnet build and test / build (pull_request) Failing after 11m44s

This commit is contained in:
Paul Schneider 2026-09-14 00:47:28 +01:00
commit 2cd24dd383
Signed by: notazof
GPG key ID: 1DD5D838E5343B06

View file

@ -54,6 +54,4 @@ jobs:
echo "🚀 Lancement des tests..." echo "🚀 Lancement des tests..."
cd /src/_src && dotnet test \ cd /src/_src && dotnet test \
--verbosity normal \ --verbosity normal \
--filter="Category!=Platform-Android" \ --filter="Category!=Platform-Android"
--logger "xunit;LogFileName=test-results.xml"