Skip to content

Commit

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

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

0 comments on commit b576762

Please sign in to comment.