From c8c2e6bcbe36f5533a56a2ce1441ba54ca04e738 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:53:11 +0100 Subject: [PATCH] ci: improve naming (#11666) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88ec9257e2f..01071414774 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: run: npm run doctest chrome-tests: - name: ${{ matrix.suite }} tests on ${{ matrix.os }} (${{ matrix.shard }}) + name: ${{ matrix.suite }} (${{ matrix.shard }}) on ${{ matrix.os }} runs-on: ${{ matrix.os }} needs: check-changes if: ${{ contains(fromJSON(needs.check-changes.outputs.changes), 'puppeteer') }} @@ -221,7 +221,7 @@ jobs: - run: 'exit 0' firefox-tests: - name: ${{ matrix.suite }} tests on ${{ matrix.os }} (${{ matrix.shard }}) + name: ${{ matrix.suite }} (${{ matrix.shard }}) on ${{ matrix.os }} runs-on: ${{ matrix.os }} needs: check-changes if: ${{ contains(fromJSON(needs.check-changes.outputs.changes), 'puppeteer') }} @@ -327,7 +327,7 @@ jobs: path: puppeteer-test-installation-latest.tgz installation-test: - name: Test ${{ matrix.pkg_manager }} installation on ${{ matrix.os }} (${{ matrix.node }}) + name: ${{ matrix.pkg_manager }} installation on ${{ matrix.os }} (${{ matrix.node }}) needs: installation-test-build if: ${{ !startsWith(github.ref_name, 'release-please') }} runs-on: ${{ matrix.os }}