WIP: start working on tests #1
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@ -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
Block a user