Patrick Schurig b955aca55e
All checks were successful
smoke / hello (push) Successful in 1m22s
runner on VM etm-srv-runner
2026-06-02 12:25:55 +02:00

8 lines
183 B
YAML

name: smoke
on: [push, workflow_dispatch]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "runner OK"; bash --version; git --version; python3 --version || true