diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index 2d725a01a..c00554bcb 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -22,6 +22,8 @@ jobs: uses: azure/setup-helm@v4 with: version: v3.14.1 + - name: Dependency build + run: helm dependency build ./charts/testkube - name: helm-check uses: igabaydulin/helm-check-action@0.2.0