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