From c72233ee3eec7d5fb4d6603fd8ae464d440fa2a0 Mon Sep 17 00:00:00 2001 From: RJ <> Date: Mon, 27 Oct 2025 16:09:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8E=20checking=20if=20env=20variable?= =?UTF-8?q?=20GITEA=5FRUNNER=5FJOB=5FCONTAINER=5FNETWORK=20works?= 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 5cded8c..ff0c23c 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -47,7 +47,7 @@ jobs: dig gitea @127.0.0.11 || echo "dig not available or failed" echo "" - - name: 6. Test Ping + - name: 6. 🔎 Test Ping run: | echo "=== ping -c 2 gitea ===" ping -c 2 gitea || echo "ping failed with exit code: $?"