dagger-drone-test/.drone.yml
kjuulh 02214575ae
All checks were successful
continuous-integration/drone/push Build is passing
go run and test
2022-10-28 23:38:13 +02:00

11 lines
212 B
YAML

type: docker
kind: pipeline
name: "drone-dagger-test"
steps:
- name: "build"
image: harbor.front.kjuulh.io/docker-proxy/library/golang:latest
commands:
- "go run main.go"
- "go test ./..."