From 47b2702adb5df556063cdb29ea8d0d2b55b44767 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 30 Nov 2025 10:59:56 +0100 Subject: [PATCH] fix(ci): enforce installation of helm-unittest-action --- .gitea/workflows/helm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/helm.yaml b/.gitea/workflows/helm.yaml index d6b8185..074e133 100644 --- a/.gitea/workflows/helm.yaml +++ b/.gitea/workflows/helm.yaml @@ -28,6 +28,7 @@ jobs: - uses: actions/checkout@v5.0.1 - uses: d3adb5/helm-unittest-action@v2.5.0 with: + install-mode: force flags: --color --strict --file 'unittests/**/*.yaml' helm-version: v4.0.0 # renovate: datasource=github-releases depName=helm/helm unittest-version: v1.0.0 #renovate: datasource=github-releases depName=helm-unittest/helm-unittest \ No newline at end of file