mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
remove useless command route on macOS
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -81,7 +81,6 @@ jobs:
|
||||
kubectl get all -o wide
|
||||
kubectl get nodes -o yaml
|
||||
ifconfig
|
||||
route -n
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./test/
|
||||
@@ -119,8 +118,7 @@ jobs:
|
||||
kubectl wait pods -l app=reviews --for=condition=Ready --timeout=600s
|
||||
kubectl get all -o wide
|
||||
kubectl get nodes -o yaml
|
||||
ifconfig
|
||||
route -n
|
||||
ipconfig
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./test/
|
||||
|
||||
Reference in New Issue
Block a user