feat(CI): setup kind local kubernetes cluster in CI
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
parent
ca03cd6e58
commit
ce65a65ede
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -76,6 +76,9 @@ jobs:
|
||||
with:
|
||||
go-version: 1.16
|
||||
|
||||
- name: Setup Kind Kubernetes Cluster
|
||||
uses: engineerd/setup-kind@v0.5.0
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
# SOPS
|
||||
|
Reference in New Issue
Block a user