woodpecker/pipeline/schema/.woodpecker/test-plugin.yml
2023-06-07 12:04:37 +02:00

17 lines
241 B
YAML

steps:
build:
image: golang
commands:
- go build
- go test
publish:
image: plugins/docker
settings:
repo: foo/bar
tags: latest
notify:
image: plugins/slack
settings:
channel: dev