This is an automated email from the ASF dual-hosted git repository.
xuba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new f4be3314c [Improvement]: Disable verification for helm-unittest plugin
installation (#3993)
f4be3314c is described below
commit f4be3314cb54cb0e93b1dce2291a90a5b0899f1c
Author: tcodehuber <[email protected]>
AuthorDate: Thu Dec 4 17:03:15 2025 +0800
[Improvement]: Disable verification for helm-unittest plugin installation
(#3993)
Disable verification for helm-unittest plugin installation
---
.github/workflows/helm-charts-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/helm-charts-ci.yml
b/.github/workflows/helm-charts-ci.yml
index 430db45bf..be3cbcd08 100644
--- a/.github/workflows/helm-charts-ci.yml
+++ b/.github/workflows/helm-charts-ci.yml
@@ -48,7 +48,7 @@ jobs:
- name: Install helm-unittests
run: |
- helm plugin install
https://github.com/helm-unittest/helm-unittest.git
+ helm plugin install
https://github.com/helm-unittest/helm-unittest.git --verify=false
- name: Run Unit Tests
run: |