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