spiegel/.woodpecker/test.yaml

13 lines
182 B
YAML
Raw Normal View History

2024-04-04 01:12:42 +02:00
steps:
test:
2024-08-13 22:40:31 +02:00
image: golang:1.23
2024-04-04 01:12:42 +02:00
commands:
- go test ./...
2024-05-25 14:35:50 +02:00
when:
- event: pull_request
repo: ada/spiegel
- event: push
branch: main
repo: ada/spiegel