We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3860c commit adc5aceCopy full SHA for adc5ace
.github/workflows/pr-helm-chart-testing.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Set up chart-testing
42
uses: helm/chart-testing-action@v2.6.1
43
44
+ # even though we specify chart-dirs in ct.yaml, it isn't used by ct for the list-changed command...
45
- name: Run chart-testing (list-changed)
46
id: list-changed
47
run: |
ct.yaml
@@ -1,5 +1,6 @@
1
# See https://github.com/helm/chart-testing#configuration
2
3
+# still have to specify this on the command line for list-changed
4
chart-dirs:
5
- deployment/helm/charts
6
0 commit comments