We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857daa0 commit 0076cdfCopy full SHA for 0076cdf
.github/workflows/test-go.yaml
@@ -28,6 +28,7 @@ jobs:
28
uses: actions/setup-go@v5
29
with:
30
go-version-file: ${{ env.GOPATH }}/src/github.com/kubeflow/katib/go.mod
31
+ cache-dependency-path: ${{ env.GOPATH }}/src/github.com/kubeflow/katib/go.sum
32
33
- name: Check Go Modules, Generated Go/Python codes, and Format
34
run: make check
@@ -50,6 +51,7 @@ jobs:
50
51
52
53
54
55
56
- name: Run Go test
57
run: go mod download && make test ENVTEST_K8S_VERSION=${{ matrix.kubernetes-version }}
0 commit comments