Actualizar .github/workflows/ping.yml
Some checks failed
Sync selected files to GitHub / sync (push) Failing after 1s
Some checks failed
Sync selected files to GitHub / sync (push) Failing after 1s
This commit is contained in:
20
.github/workflows/ping.yml
vendored
20
.github/workflows/ping.yml
vendored
@@ -1,13 +1,7 @@
|
|||||||
name: Test DNS
|
- name: Debug mounted volumes
|
||||||
|
run: |
|
||||||
on:
|
ls -la /
|
||||||
workflow_dispatch:
|
echo "---"
|
||||||
|
ls -la /repo.git 2>&1 || echo "Not found"
|
||||||
jobs:
|
echo "---"
|
||||||
test:
|
find / -name "sigpro.git" 2>/dev/null || echo "No sigpro.git found"
|
||||||
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
|
|
||||||
Reference in New Issue
Block a user