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

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 14:47:11 +02:00
parent babc6dbd95
commit 8ca889b339

View File

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