From 8eb7899d97ea0684f841ee6396ca718dfae79b92 Mon Sep 17 00:00:00 2001 From: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:00:25 +0300 Subject: [PATCH] Update template.yaml --- .github/workflows/template.yaml | 2 ++ 1 file changed, 2 insertions(+) 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