Commit 49aac53 1 parent ba0d0a9 commit 49aac53 Copy full SHA for 49aac53
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,14 @@ jobs:
45
45
46
46
- name : Run chart-testing (lint)
47
47
if : steps.list-changed.outputs.changed == 'true'
48
- run : ct lint --target-branch ${{ github.event.repository.default_branch }}
48
+ run : |
49
+ ct lint --target-branch ${{ github.event.repository.default_branch }} --charts charts/magistrala
49
50
50
51
- name : Create kind cluster
51
52
if : steps.list-changed.outputs.changed == 'true'
52
53
53
54
54
55
- name : Run chart-testing (install)
55
56
if : steps.list-changed.outputs.changed == 'true'
56
- run : ct install --target-branch ${{ github.event.repository.default_branch }}
57
+ run : |
58
+ ct install --target-branch ${{ github.event.repository.default_branch }} --charts charts/magistrala
You can’t perform that action at this time.
0 commit comments