Skip to content

Commit

Permalink
Update go-test.yaml
Browse files Browse the repository at this point in the history
Use mod tidy as dependabot may change the go.mod file
  • Loading branch information
metal3d authored Dec 17, 2024
1 parent d27ed76 commit e36bbf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e36bbf4

Please sign in to comment.