Update IPv6 connectivity test in workflow to ping local address fd00::1 instead of google.com
All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 8s
All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 8s
This commit is contained in:
parent
babc6dbd95
commit
8ca889b339
@ -28,4 +28,4 @@ jobs:
|
||||
- name: show ip route
|
||||
run: ip -6 route
|
||||
- name: Test IPv6 connectivity
|
||||
run: ping6 -c 3 google.com || echo "IPv6 not working on runner"
|
||||
run: ping6 -c 3 fd00::1 || echo "IPv6 not working on runner"
|
||||
Reference in New Issue
Block a user