zordfsdb/.drone.yml
Arnas Udovic 853b8d8929
Some checks failed
continuous-integration/drone Build is failing
drone
2024-07-18 22:44:12 +03:00

10 lines
122 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang
commands:
- go build
- go test