diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcc9ceed5e5c..98414782f494 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: [push, pull_request] jobs: validate-yarn-cache: + name: Warm up Cache runs-on: ubuntu-latest steps: - name: Checkout code @@ -29,6 +30,7 @@ jobs: yarn install --immutable test-coverage: + name: Test on Node.js Latest needs: validate-yarn-cache runs-on: ubuntu-latest steps: @@ -52,6 +54,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} build: + name: Build Babel Artifacts needs: validate-yarn-cache runs-on: ubuntu-latest steps: @@ -83,6 +86,7 @@ jobs: !**/node_modules/** test: + name: Test on Node.js # GitHub will add ${{ matrix.node-version }} to this title needs: build runs-on: ubuntu-latest strategy: