rest-api/.drone.yml
Piotr Biernat eb5cfe61cb
All checks were successful
continuous-integration/drone/push Build is passing
Updated .drone.yml
2020-09-17 20:55:56 +02:00

10 lines
109 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- go test
- go build
- ls