From 0b74680fffaaaa79b130ef425ea0c854544c631f Mon Sep 17 00:00:00 2001 From: Tizian Maxime Weigt Date: Sun, 27 Apr 2025 14:18:32 +0200 Subject: [PATCH] adding debug infos --- .gitea/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index cc6eff1..6413910 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,5 +10,9 @@ jobs: 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