Actualizar .github/workflows/ping.yml
Some checks failed
Sync selected files to GitHub / sync (push) Failing after 1s

This commit is contained in:
2026-04-26 18:31:51 +02:00
parent ccdbeb1b16
commit 5b0cfad9b8

View File

@@ -1,13 +1,7 @@
name: Test DNS
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: |
ping -c 1 gitea || echo "No ping"
getent hosts gitea
curl -v http://gitea:3000 2>&1 | head -10
- name: Debug mounted volumes
run: |
ls -la /
echo "---"
ls -la /repo.git 2>&1 || echo "Not found"
echo "---"
find / -name "sigpro.git" 2>/dev/null || echo "No sigpro.git found"