Skip to content

Commit 4f83d1f

Browse files
committed
ci: update ci test job
1 parent 04e7f5c commit 4f83d1f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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}}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Completion could be generated running the `miactl completion zsh` command
142142
The 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

0 commit comments

Comments
 (0)