with dagger
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-10-28 23:40:47 +02:00
parent e88f1b773f
commit b0f3e3e6ff
4 changed files with 32 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ steps:
- name: "build"
image: harbor.front.kjuulh.io/docker-proxy/library/golang:latest
commands:
- "go run main.go"
- "go run main.go https://github.com/kpenfound/greetings-api.git"
- "go test ./..."