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