Update go-test.yaml

Use mod tidy as dependabot may change the go.mod file
This commit is contained in:
2024-12-17 18:09:40 +01:00
committed by GitHub
parent d27ed76cf4
commit e36bbf41f4

View File

@@ -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: