mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-20 08:51:01 +00:00
11 lines
109 B
YAML
11 lines
109 B
YAML
|
pipeline:
|
||
|
deploy:
|
||
|
image: golang
|
||
|
commands:
|
||
|
- go test
|
||
|
|
||
|
depends_on:
|
||
|
- lint
|
||
|
- build
|
||
|
- test
|