name: test on: [push] jobs: test: runs-on: ubuntu-latest steps: - name: hello run: echo "HELLO FROM RUNNER"