forked from github-mirrorer/plcnk-helm-charts
fix(actions): Fix testing workflow
This commit is contained in:
4
.github/workflows/lint-test.yaml
vendored
4
.github/workflows/lint-test.yaml
vendored
@ -53,4 +53,6 @@ jobs:
|
|||||||
uses: helm/kind-action@v1.10.0
|
uses: helm/kind-action@v1.10.0
|
||||||
|
|
||||||
- name: Run chart-testing (install)
|
- name: Run chart-testing (install)
|
||||||
run: ct install --config .github/ct-install-config.yaml
|
run: |
|
||||||
|
helm repo add bjw-s https://bjw-s.github.io/helm-charts
|
||||||
|
ct install --config .github/ct-install-config.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user