rest-api/.drone.yml

10 lines
109 B
YAML
Raw Permalink Normal View History

2020-09-17 20:53:31 +02:00
kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- go test
- go build
2020-09-17 20:55:56 +02:00
- ls