From 3ba46d24d103f620db51ce401734024a35dbf7f6 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Tue, 20 Feb 2024 13:22:24 +0800 Subject: [PATCH] pass config Signed-off-by: Adrian Cole --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 800be58..f04bd36 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,8 @@ jobs: - name: Set up chart-testing uses: helm/chart-testing-action@v2 + with: + config: .github/ct.yml - name: Run chart-testing (list-changed) id: list-changed