Skip to content

Commit

Permalink
add kubeconfig dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Nov 28, 2024
1 parent 1c0f91a commit 6c63cb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
run: terraform --version
- name: Print Google Cloud CLI version
run: gcloud --version
- name: Create kubeconfig
run: |
mkdir -p $HOME/.kube
touch $HOME/.kube/config
- name: Run tests
env:
VENOM_VAR_provider: gcp
Expand Down

0 comments on commit 6c63cb7

Please sign in to comment.