trying something different
Tests / test (pull_request) Failing after 1m45s Details

This commit is contained in:
Michael Francis 2024-09-11 21:12:55 +01:00
parent b79fc62599
commit eb443e0f1b
1 changed files with 1 additions and 10 deletions

View File

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