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 6a0a152 commit b9ad75dCopy full SHA for b9ad75d
1 file changed
.github/workflows/ci.yaml
@@ -47,7 +47,7 @@ jobs:
47
- name: Run helm unit tests
48
if: steps.list-changed.outputs.changed == 'true'
49
run: |
50
- helm plugin install https://github.com/helm-unittest/helm-unittest --version=1.1.0
+ helm plugin install https://github.com/helm-unittest/helm-unittest --version=1.1.0 --verify=false
51
52
for chart in $(ct --config .github/ct.yaml list-changed); do
53
if [ -d "$chart/tests/" ]; then
0 commit comments