remove useless command route on macOS

This commit is contained in:
p_caiwfeng
2022-02-05 21:46:35 +08:00
parent 518ca60cfb
commit c56e269da5

View File

@@ -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/