Skip to content

Commit d64fcaf

Browse files
committed
replace kind with k3d
Signed-off-by: JeffMboya <[email protected]>
1 parent 884c4b8 commit d64fcaf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/lint-test.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ jobs:
4949
run: |
5050
ct lint --target-branch ${{ github.event.repository.default_branch }} --charts charts/magistrala
5151
52-
- name: Create kind cluster
52+
- name: Create k3d cluster
5353
if: steps.list-changed.outputs.changed == 'true'
54-
uses: helm/[email protected]
54+
run: |
55+
curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
56+
k3d cluster create mycluster --wait
5557
5658
- name: Run chart-testing (install)
5759
if: steps.list-changed.outputs.changed == 'true'
5860
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

0 commit comments

Comments
 (0)