name: Minimal Test on: push jobs: test: runs-on: ubuntu-latest steps: - run: echo "HELLO_WORLD" - run: pwd - run: ls -la