.forgejo/workflows/test.yaml aktualisiert
All checks were successful
Proxy-Test / test-job (push) Successful in -2s
All checks were successful
Proxy-Test / test-job (push) Successful in -2s
This commit is contained in:
parent
f9c2a7c3fa
commit
01aac6e79b
1 changed files with 10 additions and 0 deletions
|
|
@ -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!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue