Skip to content

Commit 90ec20b

Browse files
committed
fix unit test CI
1 parent 0df6843 commit 90ec20b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Run helm unit tests
6262
if: steps.list-changed.outputs.changed == 'true'
6363
run: |
64-
helm plugin install https://github.com/helm-unittest/helm-unittest --version=0.8.2
64+
helm plugin install https://github.com/helm-unittest/helm-unittest --version=0.8.2 --verify=false
6565
6666
for chart in $(ct --config .github/ct.yaml list-changed); do
6767
if [ -d "$chart/tests/" ]; then

0 commit comments

Comments
 (0)