feat/files-control #52

Merged
notazof merged 38 commits from feat/files-control into main 2026-09-14 10:20:35 +01:00
Showing only changes of commit 75e1499bb1 - Show all commits

build before testing (sunit not found by MSBuild task)
Some checks failed
Dotnet build and test / build (pull_request) Failing after 10m49s

Paul Schneider 2026-09-14 00:02:54 +01:00
Signed by: notazof
GPG key ID: 1DD5D838E5343B06

View file

@ -44,7 +44,11 @@ jobs:
- name: Secret scan
run: |
echo "🔍 Scanning for secrets..."
cd /src/_src && dotnet tool restore && dotnet picket git --verbose --redact --exit-code 1 --log-opts -n1 \
cd /src/_src && dotnet tool restore && dotnet picket git --verbose --redact --exit-code 1 --log-opts -n10 \
- name: Build
run: |
echo "🏗️ Building the solution..."
cd /src/_src && dotnet build --verbosity normal
- name: Test
run: |
echo "🚀 Lancement des tests..."