diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..6eb1cb7 --- /dev/null +++ b/.github/workflows/test.yaml @@ -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 \ No newline at end of file