WIP: start working on tests #1

Draft
edude03 wants to merge 20 commits from feature/add-tests into main
1 changed files with 1 additions and 10 deletions
Showing only changes of commit eb443e0f1b - Show all commits

View File

@ -21,15 +21,6 @@ jobs:
uses: helm/kind-action@v1 uses: helm/kind-action@v1
- name: Run the tests - name: Run the tests
run: | run: |
echo ${{ job.container.network }} kubectl apply -f manifests/deployment.yaml
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/example.yaml --validate=false kubectl apply -f manifests/example.yaml --validate=false
tilt ci tilt ci