From 32c6c3e5965eebd98d8818e3ccb083500de239d2 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 23 Aug 2023 00:03:48 +0200 Subject: [PATCH] adjust workflow to get correct chart-dir Signed-off-by: Simon L --- .github/workflows/lint-helm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-helm.yml b/.github/workflows/lint-helm.yml index 9cf7f65c..b35d4792 100644 --- a/.github/workflows/lint-helm.yml +++ b/.github/workflows/lint-helm.yml @@ -25,11 +25,11 @@ jobs: - name: Run chart-testing (lint) id: lint - run: ct lint --target-branch ${{ github.event.repository.default_branch }} + run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs nextcloud-aio-helm-chart - name: Create kind cluster uses: helm/kind-action@v1.8.0 - name: Run chart-testing (install) id: install - run: ct install --target-branch ${{ github.event.repository.default_branch }} + run: ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs nextcloud-aio-helm-chart