test(ci): add kubectl config view step in UI E2E tests workflow

- Included a step to view the current kubeconfig in the UI E2E tests workflow, aiding in debugging and verification of the Kubernetes context setup.
- This addition enhances the workflow by providing visibility into the kubeconfig configuration during the test execution.
This commit is contained in:
StylusFrost
2025-10-24 11:05:52 +02:00
parent e0bedb06d7
commit bc76a8cf25
+1
View File
@@ -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