From 3b602d544c0055fc572914386a7e7ba4fa87eb31 Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Mon, 19 Dec 2022 09:55:56 +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 c1e44b4..af25148 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,6 @@ steps: - name: tests image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - - cd ../ + - cd myBlazorApp/ - dotnet restore myBlazorApp.sln - dotnet test myBlazorApp.sln --no-restore \ No newline at end of file