From 3a30c7972b79c8e587fd9b33aef4043de5cee64f Mon Sep 17 00:00:00 2001 From: Kentin BRONGNIART Date: Thu, 3 Apr 2025 11:35:53 +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 8799752..865d564 100644 --- a/.drone.yml +++ b/.drone.yml @@ -75,7 +75,7 @@ steps: - dotnet clean WF_EF_Api/WfApi/WfApi.csproj - cd WF_EF_Api/WfApi - dotnet nswag aspnetcore2openapi /output:/doc/swagger.json - depends_on: [clone, restore & build] + depends_on: [clone, restore & build,test] - name: code-inspection image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8