1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-05 10:20:36 +02:00
woodpecker/pipeline/schema/.woodpecker/test-multi.yml
2023-06-07 12:04:37 +02:00

11 lines
106 B
YAML

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