Sequential GitHub Action JobsWarningThis post is more than a year old. Information may be outdated.diffname: CI on: push jobs: test: name: Run Tests runs-on: ubuntu-latest steps: - name: Check out repository code uses: actions/checkout@v3 - name: Set up Node.js Backlinks1231114Comments