Skip to content

Commit 9af824a

Browse files
huntergregorysivakami
authored andcommitted
ci(cyclonus extended): [NPM] fix broken GH action (#3388)
* ci(cyclonus extended): [NPM] try to fix by bumping kind Signed-off-by: Hunter Gregory <[email protected]> * ci: temporarily add push and pull_request triggers to workflow * ci: use the kind setup step in the regular cyclonus gh action * fix: missing cluster_name * ci: revert PR triggers --------- Signed-off-by: Hunter Gregory <[email protected]>
1 parent 805c51b commit 9af824a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cyclonus-netpol-extended-nightly-test.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ jobs:
2929
go-version: "^1.23"
3030

3131
- name: Setup Kind
32-
uses: engineerd/setup-kind@v0.6.2
32+
uses: helm/kind-action@v1
3333
with:
34-
version: "v0.11.1"
34+
version: "v0.22.0"
35+
kubectl_version: "v1.27.7"
3536
config: ./test/kind/kind.yaml
36-
name: npm-kind
37+
cluster_name: npm-kind
3738

3839
- name: Check Kind
3940
run: |

0 commit comments

Comments
 (0)