From 809bb499e2ab1cc16e7fc80799132edd518581cd Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Mon, 19 Dec 2022 09:58:16 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index af25148..feec135 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,4 +18,5 @@ steps: commands: - cd myBlazorApp/ - dotnet restore myBlazorApp.sln - - dotnet test myBlazorApp.sln --no-restore \ No newline at end of file + - dotnet test myBlazorApp.sln --no-restore + depends_on: [build] \ No newline at end of file