WIP
Tests / test (push) Failing after 1m47s Details
Tests / test (pull_request) Failing after 1m47s Details

This commit is contained in:
Michael Francis 2024-09-11 17:26:31 +01:00
parent 4b673506df
commit d41890df3f
1 changed files with 4 additions and 0 deletions

View File

@ -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