diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c0c8459..98439e1 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -17,11 +17,15 @@ jobs: - name: show ip addr run: ip a - name: show ip route - run: ip route + run: ip -6 route - name: adding an ipv6 address to the runner run: | ip addr add fd00::2/64 dev eth0 - name: adding default route run: ip -6 route add default via fd00::1 dev eth0 metric 1 + - name: show ip addr + run: ip a + - 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