.github/workflows/build.yaml aktualisiert
This commit is contained in:
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@@ -1,3 +1,12 @@
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user