fix(actions): Fix testing workflow

This commit is contained in:
plcnk
2024-08-16 12:22:01 +02:00
parent 4aa55b6b26
commit 6afaf6cf65

View File

@ -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