spiegel/.woodpecker/test.yaml
Ada 099419bbbd
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
Run ci only when needed
2024-05-25 14:36:20 +02:00

12 lines
182 B
YAML

steps:
test:
image: golang:1.22
commands:
- go test ./...
when:
- event: pull_request
repo: ada/spiegel
- event: push
branch: main
repo: ada/spiegel