Files
python_skripte/.gitea/workflows/testing_on_host.yaml
jonnybravo 39fd46028f
All checks were successful
test / build-docs (push) Successful in 1s
test
2025-02-03 20:12:20 +01:00

20 lines
331 B
YAML

name: test
on:
- pull_request
- push
jobs:
build-docs:
runs-on: shell
steps:
- name: Run Shell Command
shell: bash
run: ansible --version
- name: Run 2
shell: bash
run: echo "Hello World"
- name: Test User
shell: bash
run: echo "Ich bin User $USER"