mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user