Ensure ginkgo is installed
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Tyler 2022-08-06 16:22:51 -04:00
parent ffcb068ff5
commit 91b99572c2
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ steps:
path: /build
commands:
- go mod download
- go install github.com/onsi/ginkgo/v2/ginkgo
- ginkgo .
- name: build
image: tystuyfzand/goc:latest