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: $?"