From d41890df3f4c59a90f2fa5e4cfc951ff80090a00 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Wed, 11 Sep 2024 17:26:31 +0100 Subject: [PATCH] WIP --- .github/workflows/tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index fe69f18..3252ee2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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