From 445b33f852d22eade3b03d4446fbdf728b0c43f9 Mon Sep 17 00:00:00 2001 From: Carl Tibule Date: Thu, 21 Mar 2024 23:15:55 -0500 Subject: [PATCH] Fixed wrong path for dotnet test --- .woodpecker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 94148c8..486af1a 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -3,4 +3,4 @@ steps: image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - dotnet build ./API - - dotnet test ./ \ No newline at end of file + - dotnet test ./API \ No newline at end of file