Files
sigpro/.github/workflows/ping.yml
natxocc 2f1cfae0b2
Some checks failed
Sync selected files to GitHub / sync (push) Failing after 2s
Actualizar .github/workflows/ping.yml
2026-04-26 18:27:07 +02:00

13 lines
233 B
YAML

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