WIP: start working on tests #1

Draft
edude03 wants to merge 20 commits from feature/add-tests into main
1 changed files with 4 additions and 0 deletions
Showing only changes of commit d41890df3f - Show all commits

View File

@ -17,3 +17,7 @@ jobs:
tilt: "v0.33.20"
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
- name: Run the tests
run: |
kubectl apply -f manifests/example.yaml
tilt ci