.github/workflows/build.yaml aktualisiert

This commit is contained in:
MLH
2025-12-30 22:41:13 +01:00
parent c984464f78
commit 41ef12d970

View File

@@ -1,3 +1,12 @@
jobs:
test_connection:
runs-on: ubuntu-latest
steps:
- name: Debug Network
run: |
ping -c 2 gitea || echo "Gitea nicht erreichbar"
cat /etc/hosts
name: '🏗️ Build Plugin' name: '🏗️ Build Plugin'
on: on: