mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: disable yarn tests (#9407)
The number of jobs we run is already high. Yarn does not work well in our test setup on release PRs. Therefore, I suggest we disable explicit tests for it and let's assume it's compatible enough with npm.
This commit is contained in:
parent
02fe50194e
commit
e986660d36
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -242,7 +242,6 @@ jobs:
|
|||||||
- 18
|
- 18
|
||||||
pkg_manager:
|
pkg_manager:
|
||||||
- npm
|
- npm
|
||||||
- yarn
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download installation test
|
- name: Download installation test
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user