From 80cdc668c22078cbbf1d4a42213b256a1a710e4d Mon Sep 17 00:00:00 2001 From: RJ <> Date: Mon, 27 Oct 2025 16:04:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8E=20diagnosing=20network=20for=20sid?= =?UTF-8?q?econtianer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 96156ca..5cded8c 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -35,7 +35,7 @@ jobs: cat /etc/resolv.conf echo "" - - name: 4. Test DNS Resolution for 'gitea' + - name: 4. 🔎 Test DNS Resolution for 'gitea' run: | echo "=== nslookup gitea ===" nslookup gitea || echo "nslookup failed with exit code: $?"