We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df6843 commit 90ec20bCopy full SHA for 90ec20b
1 file changed
.github/workflows/push_pr.yaml
@@ -61,7 +61,7 @@ jobs:
61
- name: Run helm unit tests
62
if: steps.list-changed.outputs.changed == 'true'
63
run: |
64
- helm plugin install https://github.com/helm-unittest/helm-unittest --version=0.8.2
+ helm plugin install https://github.com/helm-unittest/helm-unittest --version=0.8.2 --verify=false
65
66
for chart in $(ct --config .github/ct.yaml list-changed); do
67
if [ -d "$chart/tests/" ]; then
0 commit comments