From a365b32063d4946b9ce015c6de470c9935177137 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Wed, 11 Sep 2024 18:09:47 +0100 Subject: [PATCH] hmm --- .github/workflows/tests.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ea4be37..c824a6e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,14 +17,18 @@ jobs: tilt: "v0.33.20" - name: Create k8s Kind Cluster uses: helm/kind-action@v1 + with: + name: kind + wait: 90s + - name: Run the tests run: | - export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }} + # export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }} - kind create cluster \ - --kubeconfig $KUBECONFIG \ - --config=./kind/kind-config-ci.yaml + # kind create cluster \ + # --kubeconfig $KUBECONFIG \ + # --config=./kind/kind-config-ci.yaml - kubectl config set-cluster kind-kind --server=https://kind-control-plane:6443 - kubectl apply -f manifests/example.yaml --validate=false - tilt ci + # kubectl config set-cluster kind-kind --server=https://kind-control-plane:6443 + kubectl apply -f manifests/example.yaml --validate=false + tilt ci