🔎 checking if env variable GITEA_RUNNER_JOB_CONTAINER_NETWORK works
All checks were successful
Network Diagnostic / network-test (push) Successful in 23s

This commit is contained in:
RJ
2025-10-27 16:09:29 +02:00
parent 80cdc668c2
commit c72233ee3e

View File

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