From cb0c9e4071aaf7f18abf487b784be6f2dfa40569 Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Wed, 22 Mar 2023 18:16:14 +0100 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 612976f..8379676 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: commands: - cd src/EntityFramework_LoL/Sources/ - dotnet restore LeagueOfLegendsCI.sln - - dotnet test LeagueOfLegends.sln --no-restore + - dotnet test LeagueOfLegendsCI.sln --no-restore depends_on: [build] - name: code-analysis