Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-makes committed Sep 3, 2024
1 parent 28a8151 commit 8d5ab66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_test_charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: pull_request
env:
minikube_version: v1.33.1
kubernetes_version: v1.28.11
helm_version: v3.0.0
helm_version: v3.15.4

jobs:
codespell:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
run: helm plugin install https://github.com/helm-unittest/helm-unittest

- name: Lint charts
run: ct lint --config .github/ct-lint.yaml --kube-version ${{ env.kubernetes_version}}
run: ct lint --config .github/ct-lint.yaml

- name: Run unit tests
run: |
Expand Down

0 comments on commit 8d5ab66

Please sign in to comment.