From 9e9b7c4bbda29eeba100b25a406e13adf8db759e Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:36:19 +0200 Subject: [PATCH] feat(ci): run helm-unittest on pull requests (#42206) --- ...superset-helm-lint.yml => superset-helm-lint-test.yml} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename .github/workflows/{superset-helm-lint.yml => superset-helm-lint-test.yml} (88%) diff --git a/.github/workflows/superset-helm-lint.yml b/.github/workflows/superset-helm-lint-test.yml similarity index 88% rename from .github/workflows/superset-helm-lint.yml rename to .github/workflows/superset-helm-lint-test.yml index 6970b933396..1d3bced34d8 100644 --- a/.github/workflows/superset-helm-lint.yml +++ b/.github/workflows/superset-helm-lint-test.yml @@ -31,7 +31,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: - version: v3.16.4 + version: v3.21.3 - name: Setup Python uses: ./.github/actions/setup-backend/ @@ -59,3 +59,9 @@ jobs: CT_LINT_CONF: lintconf.yaml CT_SINCE: HEAD CT_CHART_REPOS: bitnami=https://charts.bitnami.com/bitnami + + - name: Set up helm-unittest + run: helm plugin install https://github.com/helm-unittest/helm-unittest --version v1.1.1 + + - name: Run helm-unittest + run: helm unittest helm/superset