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