8 lines
189 B
YAML
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 |