Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Utilize ct install --github-groups in ci workflow
Browse files Browse the repository at this point in the history
helm/chart-testing#556
Signed-off-by: Marco Franssen <[email protected]>
  • Loading branch information
marcofranssen committed Jul 19, 2023
1 parent 42086bd commit 09b4664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm-chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
HELM_VERSION: v3.12.0
PYTHON_VERSION: 3.11.3
KIND_VERSION: v0.19.0
CHART_TESTING_VERSION: v3.8.0
CHART_TESTING_VERSION: v3.9.0

jobs:
checks:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 09b4664

Please sign in to comment.