From eb443e0f1b554adad2dcdee8c1d82f107fa4d8d5 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Wed, 11 Sep 2024 21:12:55 +0100 Subject: [PATCH] trying something different --- .github/workflows/tests.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e78ae6a..6944ab8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,15 +21,6 @@ jobs: uses: helm/kind-action@v1 - name: Run the tests run: | - echo ${{ job.container.network }} - export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }} - - kind create cluster \ - --name ${{ github.run_id }} \ - --kubeconfig $KUBECONFIG \ - --config=./kind/kind-config-ci.yaml - - kubectl cluster-info --context kind-19 --kubeconfig --config=./kind/kind-config-ci.yaml - kubectl config set-cluster kind-${{ github.run_id }} --server=https://kind-control-plane:6443 + kubectl apply -f manifests/deployment.yaml kubectl apply -f manifests/example.yaml --validate=false tilt ci