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

Commit ef59ade

Browse files
committed
Utilize ct install --github-groups in ci workflow
helm/chart-testing#556 Signed-off-by: Marco Franssen <[email protected]>
1 parent 522208f commit ef59ade

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/helm-chart-ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
- name: Run chart-testing (install)
154154
run: |
155155
ct install --config ct.yaml \
156+
--github-groups \
156157
--target-branch ${{ github.base_ref }}
157158
158159
- name: Test summary

0 commit comments

Comments
 (0)