Update go-test.yaml
Use mod tidy as dependabot may change the go.mod file
This commit is contained in:
1
.github/workflows/go-test.yaml
vendored
1
.github/workflows/go-test.yaml
vendored
@@ -24,6 +24,7 @@ jobs:
|
|||||||
./get_helm.sh
|
./get_helm.sh
|
||||||
- name: Launch Test
|
- name: Launch Test
|
||||||
run: |
|
run: |
|
||||||
|
go mod tidy
|
||||||
go vet ./... && go test -coverprofile=coverprofile.out -json -v ./... > gotest.json
|
go vet ./... && go test -coverprofile=coverprofile.out -json -v ./... > gotest.json
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user