File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,16 @@ jobs:
4444 run : make ci-lint GOLANGCI_LINT_MODE="github-actions"
4545
4646 test :
47- name : Testing on ${{ matrix.os }} and kubernetes ${{ matrix.k8s_version}}
47+ name : Testing on ${{ matrix.os }} # and kubernetes ${{ matrix.k8s_version}}
4848 strategy :
4949 matrix :
5050 os :
5151 - ubuntu-latest
5252 - macos-latest
53- k8s_version :
54- - " 1.22"
55- - " 1.23"
56- - " 1.24"
53+ # k8s_version:
54+ # - "1.22"
55+ # - "1.23"
56+ # - "1.24"
5757 runs-on : ${{ matrix.os }}
5858 env :
5959 ENVTEST_K8S_VERSION : ${{matrix.k8s_version}}
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Completion could be generated running the `miactl completion zsh` command
142142The generated completion script should be put somewhere in your $fpath named _miactl.
143143
144144[github-actions]: https://github.com/mia-platform/miactl/actions
145- [github-actions-svg]: https://github.com/mia-platform/miactl/workflows/Test%20and%20build /badge.svg
145+ [github-actions-svg]: https://github.com/mia-platform/miactl/workflows/Continuous%20Integration%20Pipeline /badge.svg
146146[godoc-svg]: https://godoc.org/github.com/mia-platform/miactl? status.svg
147147[godoc-link]: https://godoc.org/github.com/mia-platform/miactl
148148[go-report-card]: https://goreportcard.com/badge/github.com/mia-platform/miactl
You can’t perform that action at this time.
0 commit comments