mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
ci: improve naming (#11666)
This commit is contained in:
parent
e47cb18ef5
commit
c8c2e6bcbe
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user