Commit d64fcaf 1 parent 884c4b8 commit d64fcaf Copy full SHA for d64fcaf
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,13 @@ jobs:
49
49
run : |
50
50
ct lint --target-branch ${{ github.event.repository.default_branch }} --charts charts/magistrala
51
51
52
- - name : Create kind cluster
52
+ - name : Create k3d cluster
53
53
if : steps.list-changed.outputs.changed == 'true'
54
-
54
+ run : |
55
+ curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
56
+ k3d cluster create mycluster --wait
55
57
56
58
- name : Run chart-testing (install)
57
59
if : steps.list-changed.outputs.changed == 'true'
58
60
run : |
59
- ct install --target-branch ${{ github.event.repository.default_branch }} --charts charts/magistrala
61
+ ct install --target-branch ${{ github.event.repository.default_branch }} --charts charts/magistrala
You can’t perform that action at this time.
0 commit comments