WIP: start working on tests #1

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

View File

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