From c984464f78f99a6345a196ec33f677396b5fcbc4 Mon Sep 17 00:00:00 2001 From: MLH Date: Tue, 30 Dec 2025 22:37:28 +0100 Subject: [PATCH] =?UTF-8?q?.github/workflows/test.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/test.yaml 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