diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6413910..4154df6 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -6,13 +6,13 @@ jobs: build: runs-on: alpine-latest steps: + - name: remove sysctl + run: sysctl -w net.ipv6.conf.all.disable_ipv6=0 + - name: apply sysctl + run: sysctl -p - name: show ip addr 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" \ No newline at end of file