From e36bbf41f43348be7905eaae2e41326a4ef75b08 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 17 Dec 2024 18:09:40 +0100 Subject: [PATCH] Update go-test.yaml Use mod tidy as dependabot may change the go.mod file --- .github/workflows/go-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 9c6b405..4b43eed 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -24,6 +24,7 @@ jobs: ./get_helm.sh - name: Launch Test run: | + go mod tidy go vet ./... && go test -coverprofile=coverprofile.out -json -v ./... > gotest.json - uses: actions/upload-artifact@v4 with: