go-watch/.drone.yaml
2022-07-27 16:59:23 +00:00

14 lines
No EOL
187 B
YAML

kind: pipeline
type: kubernetes
name: default
steps:
- name: test
image: golang
commands:
- go build
- go test -v
trigger:
branch:
- master
event:
- push