name: test-runner on: push jobs: hello: runs-on: ubuntu-latest steps: - run: echo "runner ok" && nproc && free -h