diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 98439e1..af6f49b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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" \ No newline at end of file + run: ping6 -c 3 fd00::1 || echo "IPv6 not working on runner" \ No newline at end of file