astral-api/.woodpecker.yml
Mike c3533187be
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add pipeline with test
2024-12-14 18:53:53 +00:00

9 lines
171 B
YAML

steps:
- name: Tests
when:
- branch: main
event: push
- event: tag
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet test