Skip to content

Commit 1c93162

Browse files
authored
CI: Disable verification for Helm Unit Test. (#14272)
1 parent fcbb637 commit 1c93162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
uses: gabe565/setup-helm-docs-action@d5c35bdc9133cfbea3b671acadf50a29029e87c2 # v1.0.4
241241

242242
- name: Set up Helm Unit Test
243-
run: helm plugin install https://github.com/helm-unittest/helm-unittest
243+
run: helm plugin install https://github.com/helm-unittest/helm-unittest --verify=false
244244

245245
- name: Checkout code
246246
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

0 commit comments

Comments
 (0)