Utilize ct install --github-groups in ci workflow

https://github.com/helm/chart-testing/pull/556
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-07-19 22:54:04 +02:00
parent 42086bd66a
commit 09b466466a
+2 -1
View File
@@ -24,7 +24,7 @@ env:
HELM_VERSION: v3.12.0 HELM_VERSION: v3.12.0
PYTHON_VERSION: 3.11.3 PYTHON_VERSION: 3.11.3
KIND_VERSION: v0.19.0 KIND_VERSION: v0.19.0
CHART_TESTING_VERSION: v3.8.0 CHART_TESTING_VERSION: v3.9.0
jobs: jobs:
checks: checks:
@@ -171,6 +171,7 @@ jobs:
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: | run: |
ct install --config ct.yaml \ ct install --config ct.yaml \
--github-groups \
--target-branch ${{ github.base_ref }} --target-branch ${{ github.base_ref }}
- name: Test summary - name: Test summary