.forgejo/workflows/test.yaml aktualisiert
All checks were successful
Proxy-Test / test-job (push) Successful in -2s

This commit is contained in:
serveradmin 2026-04-17 11:32:10 +00:00
parent f9c2a7c3fa
commit 01aac6e79b

View file

@ -0,0 +1,10 @@
name: Proxy-Test
on: [push]
jobs:
test-job:
runs-on: self-hosted
steps:
- name: Check Network
run: |
curl -I https://google.com
echo "Runner is working over Proxy!"