From 5b1065abd65adab4bf057b70b4c050128addbb19 Mon Sep 17 00:00:00 2001 From: Tizian Maxime Weigt Date: Sun, 27 Apr 2025 14:09:33 +0200 Subject: [PATCH] test --- .gitea/workflows/test.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index e2f0cff..cc6eff1 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -6,5 +6,9 @@ jobs: build: runs-on: alpine-latest steps: - - name: ping google.com - run: ping google.com \ No newline at end of file + - name: show ip addr + run: ip a + - name: show ip route + run: ip route + - name: Test IPv6 connectivity + run: ping6 -c 3 google.com || echo "IPv6 not working on runner" \ No newline at end of file