name: test-ci-simple on: push: jobs: test: runs-on: self-hosted steps: - name: Just echo run: | echo "Runner OK" uname -a