diff --git a/.drone.yml b/.drone.yml index 8f4a4d9..1d9584b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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