This is an automated email from the ASF dual-hosted git repository. tcodehuber028 pushed a commit to branch tcodehuber-patch-1 in repository https://gitbox.apache.org/repos/asf/amoro.git
commit fee2cd81be50edf827babd8d5b7cefb9cc577c52 Author: tcodehuber <[email protected]> AuthorDate: Thu Dec 4 16:03:08 2025 +0800 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: |
