.github/workflows/test.yaml hinzugefügt
Some checks failed
🏗️ Build Plugin / call (push) Failing after 0s

This commit is contained in:
MLH
2025-12-30 22:37:28 +01:00
parent 29af8b8671
commit c984464f78

8
.github/workflows/test.yaml vendored Normal file
View File

@@ -0,0 +1,8 @@
jobs:
test_connection:
runs-on: ubuntu-latest
steps:
- name: Debug Network
run: |
ping -c 2 gitea || echo "Gitea nicht erreichbar"
cat /etc/hosts