name: test on: push: jobs: test: runs-on: debian steps: - run: | echo "Runner OK" hostname whoami pwd