adding debug infos
All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 10s
All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 10s
This commit is contained in:
parent
5b1065abd6
commit
0b74680fff
@ -10,5 +10,9 @@ jobs:
|
||||
run: ip a
|
||||
- name: show ip route
|
||||
run: ip route
|
||||
- name: show sysctl
|
||||
run: sysctl -a
|
||||
- name: show resolv.conf
|
||||
run: cat /etc/resolv.conf
|
||||
- name: Test IPv6 connectivity
|
||||
run: ping6 -c 3 google.com || echo "IPv6 not working on runner"
|
||||
Reference in New Issue
Block a user