Files
Jellyfin-Seasonals-Plugin/.github/workflows/test.yaml
MLH c984464f78
Some checks failed
🏗️ Build Plugin / call (push) Failing after 0s
.github/workflows/test.yaml hinzugefügt
2025-12-30 22:37:28 +01:00

8 lines
189 B
YAML

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