mirror of
https://github.com/plcnk/charts.git
synced 2026-04-06 17:50:49 +00:00
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
|
||||
|
||||
- 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