mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-02 06:41:18 +00:00
f56f9cb1c0
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
7 lines
93 B
YAML
7 lines
93 B
YAML
steps:
|
|
build:
|
|
image: golang
|
|
commands:
|
|
- go test
|
|
|
|
runs_on: [success, failure]
|