Skip to content

Commit 92ba682

Browse files
committed
Create chart-testing config file
1 parent b0cfecf commit 92ba682

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/validate-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@ jobs:
4949
- name: Set up chart-testing
5050
uses: helm/[email protected]
5151

52+
- name: Run chart-testing (lint)
53+
run: ct lint --config .github/chart-testing/ct-config.yaml
54+
5255
- name: Validate chart install
53-
run: ct install --chart-dirs $GITHUB_WORKSPACE --charts charts/couchbase-operator
56+
run: ct install --chart-dirs $GITHUB_WORKSPACE --config .github/chart-testing/ct-config.yaml --charts charts/couchbase-operator

0 commit comments

Comments
 (0)