Files
YABA/.woodpecker.yaml
Carl Tibule 445b33f852
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fixed wrong path for dotnet test
2024-03-21 23:15:55 -05:00

6 lines
136 B
YAML

steps:
- name: BuildAPI
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet build ./API
- dotnet test ./API