From 6afaf6cf659c75db2569e53277542fddf7508615 Mon Sep 17 00:00:00 2001 From: plcnk Date: Fri, 16 Aug 2024 12:22:01 +0200 Subject: [PATCH] fix(actions): Fix testing workflow --- .github/workflows/lint-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index ef4ccc7..4e02223 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -53,4 +53,6 @@ jobs: uses: helm/kind-action@v1.10.0 - name: Run chart-testing (install) - run: ct install --config .github/ct-install-config.yaml + run: | + helm repo add bjw-s https://bjw-s.github.io/helm-charts + ct install --config .github/ct-install-config.yaml