From 5b969e991a5b1b6ec87b50f5bc965b1846a71821 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Tue, 11 Jul 2023 13:13:10 +0200 Subject: [PATCH] Utilize ct install --github-groups in ci workflow https://github.com/helm/chart-testing/pull/556 Signed-off-by: Marco Franssen --- .github/workflows/helm-chart-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index f573bc967..a8005a61c 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -171,6 +171,7 @@ jobs: - name: Run chart-testing (install) run: | ct install --config ct.yaml \ + --github-groups \ --target-branch ${{ github.base_ref }} - name: Test summary