From 811ec76c4972360c242ef71e6078b4881a3591b9 Mon Sep 17 00:00:00 2001 From: Leni BEAULATON Date: Thu, 3 Apr 2025 10:27:19 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1e1bd78..e8849bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,7 +55,7 @@ steps: - name: test image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - - dotnet test + - dotnet test WF_EF_Api/XUnitTest/XUnitTest.csproj depends_on: [retore & build] - name: generate doc