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