astral-api/.woodpecker.yml

10 lines
171 B
YAML
Raw Normal View History

2024-12-14 19:53:53 +01:00
steps:
- name: Tests
when:
- branch: main
event: push
- event: tag
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet test