woodpecker/pipeline/schema/.woodpecker/test-multi.yml
2023-06-07 12:04:37 +02:00

10 lines
106 B
YAML

steps:
deploy:
image: golang
commands:
- go test
depends_on:
- lint
- build
- test