.github/workflows/test.yaml hinzugefügt
Some checks failed
🏗️ Build Plugin / call (push) Failing after 0s
Some checks failed
🏗️ Build Plugin / call (push) Failing after 0s
This commit is contained in:
8
.github/workflows/test.yaml
vendored
Normal file
8
.github/workflows/test.yaml
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user