Add .forgejo/workflows/test.yaml
All checks were successful
Proxy-Netzwerk-Test / test-job (push) Successful in -2s
All checks were successful
Proxy-Netzwerk-Test / test-job (push) Successful in -2s
This commit is contained in:
commit
e93bfd4b41
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/test.yaml
Normal file
14
.forgejo/workflows/test.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: Proxy-Netzwerk-Test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test-job:
|
||||
# Dieses Label muss mit dem in deiner config.yaml übereinstimmen!
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Hallo Welt
|
||||
run: echo "🎉 Der Runner lebt und führt Befehle aus!"
|
||||
|
||||
- name: Proxy-Verbindung testen
|
||||
# Der Runner sollte die Umgebungsvariablen (HTTP_PROXY) vom Systemd-Dienst geerbt haben
|
||||
run: curl -I https://github.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue