Fixed wrong path for dotnet test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-03-21 23:15:55 -05:00
parent 433a8d78a4
commit 445b33f852

View File

@ -3,4 +3,4 @@ steps:
image: mcr.microsoft.com/dotnet/sdk:6.0 image: mcr.microsoft.com/dotnet/sdk:6.0
commands: commands:
- dotnet build ./API - dotnet build ./API
- dotnet test ./ - dotnet test ./API