Skip to content

Commit 9ee8911

Browse files
authored
Update test.yaml
1 parent 27b84e6 commit 9ee8911

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ jobs:
1717
cache: 'true'
1818

1919
- name: Get nodes
20-
run: k3s kubectl get nodes -o wide
20+
run: |
21+
export KUBECONFIG=~/.kube/config
22+
23+
kubectl get nodes -o wide
2124

0 commit comments

Comments
 (0)