.gitea/workflows/build.yaml aktualisiert
Build go program / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2026-04-14 12:09:59 +02:00
parent d71453624e
commit f8321754cc
+4
View File
@@ -9,6 +9,10 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Debug DNS
run: |
cat /etc/hosts
ping -c 1 gitea.tecamino.local || echo "DNS still broken"
- name: Check out repo code
uses: actions/checkout@v4
with: