From dd8dbedf7070c3dfccdd7d30c0efcf73c9822665 Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Mon, 19 Dec 2022 09:49:06 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d97216c..91a6853 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - name: tests image: mcr.microsoft.com/dotnet/sdk:6.0 - commands: + commands: - cd ../ - dotnet restore myBlazorApp.sln - dotnet test myBlazorApp.sln --no-restore \ No newline at end of file