try upload artifact v5
Some checks failed
Go-Tests / tests (push) Failing after 22s
Go-Tests / sonar (push) Has been skipped

This commit is contained in:
2025-08-19 16:14:21 +02:00
parent 323b6e651c
commit 23fb18d792

View File

@@ -17,9 +17,8 @@ jobs:
go-version: 1.25 go-version: 1.25
- name: Install helm - name: Install helm
run: | run: |
command -v helm || { command -v helm || curl -sSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
}
- name: Tidy - name: Tidy
run: | run: |
export GOPROXY='https://proxy.golang.org,direct' export GOPROXY='https://proxy.golang.org,direct'
@@ -28,7 +27,7 @@ jobs:
run: | run: |
go vet ./... go vet ./...
go test -coverprofile=coverprofile.out -json -v ./... > gotest.json go test -coverprofile=coverprofile.out -json -v ./... > gotest.json
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v5
with: with:
name: tests-results name: tests-results
path: | path: |