WIP
This commit is contained in:
parent
4b673506df
commit
d41890df3f
|
@ -17,3 +17,7 @@ jobs:
|
||||||
tilt: "v0.33.20"
|
tilt: "v0.33.20"
|
||||||
- name: Create k8s Kind Cluster
|
- name: Create k8s Kind Cluster
|
||||||
uses: helm/kind-action@v1
|
uses: helm/kind-action@v1
|
||||||
|
- name: Run the tests
|
||||||
|
run: |
|
||||||
|
kubectl apply -f manifests/example.yaml
|
||||||
|
tilt ci
|
||||||
|
|
Loading…
Reference in New Issue