Skip to content

Commit

Permalink
ser kubeconfig path
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Jun 19, 2024
1 parent 5730570 commit 26243b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches:
- master
env:
KUBECONFIG: "~/.kube/config"

jobs:
tests:
name: e2e testing
Expand Down Expand Up @@ -34,7 +37,7 @@ jobs:
run: |
kubectl get node
ls -la ~/.kube/
cat .config
cat ~/.kube/config
env
exit 1
git config --global --add safe.directory /__w/cluster.dev/cluster.dev
Expand Down

0 comments on commit 26243b3

Please sign in to comment.