test(ci): create kubeconfig directory for UI E2E tests

- Added a step to create the kubeconfig directory in the UI E2E tests workflow to ensure proper setup for Kubernetes provider tests.
- This change enhances the configuration process by preventing potential errors related to missing directories.
This commit is contained in:
StylusFrost
2025-10-23 13:06:39 +02:00
parent 5af7c950ac
commit 1cec011d8d
+1
View File
@@ -45,6 +45,7 @@ jobs:
steps:
- name: create kubeconfig file
run: |
mkdir -p /home/runner/.kube
echo "${{ secrets.E2E_KUBERNETES_KUBECONFIG }}" > /home/runner/.kube/config
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0