Fixed wrong path for dotnet test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -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
|
||||||
Reference in New Issue
Block a user