diff --git a/.github/workflows/ui-e2e-tests.yml b/.github/workflows/ui-e2e-tests.yml index 627598379e..69d08cdf80 100644 --- a/.github/workflows/ui-e2e-tests.yml +++ b/.github/workflows/ui-e2e-tests.yml @@ -51,6 +51,7 @@ jobs: # Modify the kubeconfig to use the kind cluster server to https://kind-control-plane:6443 # from worker service into docker-compose.yml kubectl config set-cluster kind-kind --server=https://kind-control-plane:6443 + kubectl config view - name: Add network kind to docker compose run: | # Add the network kind to the docker compose to interconnect to kind cluster