From 18e311da9f501a729da3e288d61b2e9e9ceb6e38 Mon Sep 17 00:00:00 2001 From: Leni BEAULATON Date: Wed, 2 Apr 2025 17:22:17 +0200 Subject: [PATCH] drone2 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 668adb6..530d776 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,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: publish