From d6a3ccce5f42f4a36c2a6df5f355d12c40208099 Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Mon, 19 Dec 2022 09:44:16 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 82adb06..e8bb12e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,6 @@ steps: - name: tests image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - - cd ../ - - dotnet restore myBlazorApp.sln - - dotnet test myBlazorApp.sln --no-restore - + - cd ../ + - dotnet restore myBlazorApp.sln + - dotnet test myBlazorApp.sln --no-restore \ No newline at end of file