Proxy-Netzwerk-Test1/.forgejo/workflows/test.yaml
Workflow config file is invalid. Please check your config file: yaml: line 6: could not find expected ':'

14 lines
No EOL
479 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 ":tada: 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