mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 18:31:00 +00:00
8 lines
97 B
YAML
8 lines
97 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: golang
|
||
|
commands:
|
||
|
- go test
|
||
|
|
||
|
run_on: [ success, failure ]
|