From bc8c816a6598241f857d6733cc80951b96ed670a Mon Sep 17 00:00:00 2001 From: KillianG Date: Wed, 30 Oct 2024 17:00:32 +0100 Subject: [PATCH] Update ginkgo installation command in tests.yaml --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 01fd306ba..87cf706cc 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -76,7 +76,7 @@ jobs: cache-dependency-path: bucket-scanner/go.sum - name: Install ginkgo - run: go get github.com/onsi/ginkgo/ginkgo@${GINKGO_VERSION} + run: go install github.com/onsi/ginkgo/ginkgo@${GINKGO_VERSION} - name: Run bucket scanner unit tests run: >-