diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 007d3d6..b123488 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,12 +1,3 @@ -jobs: - test_connection: - runs-on: ubuntu-latest - steps: - - name: Debug Network - run: | - ping -c 2 gitea || echo "Gitea nicht erreichbar" - cat /etc/hosts - name: '🏗️ Build Plugin' on: @@ -26,3 +17,11 @@ on: jobs: call: uses: jellyfin/jellyfin-meta-plugins/.github/workflows/build.yaml@master + + test_connection: + runs-on: ubuntu-latest + steps: + - name: Debug Network + run: | + ping -c 2 gitea || echo "Gitea nicht erreichbar" + cat /etc/hosts