Skip to content

Commit d25661a

Browse files
committed
Add Deploy Kubernetes step
1 parent efa4a81 commit d25661a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,11 @@ jobs:
327327
cache-dependency-path: |
328328
go.sum
329329
.github/.cache/buster-for-unit-tests
330+
331+
- name: Deploy Kubernetes
332+
id: k8s
333+
run: |
334+
kind create cluster --name ${{ github.run_id }} --image=kindest/node:${{ needs.vars.outputs.k8s_latest }}
330335
331336
- name: Run Tests
332337
run: make -C tests test-cel-validation

0 commit comments

Comments
 (0)