mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 09:35:26 +00:00
7 lines
93 B
YAML
7 lines
93 B
YAML
steps:
|
|
build:
|
|
image: golang
|
|
commands:
|
|
- go test
|
|
|
|
runs_on: [success, failure]
|