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
|
||||
pkg_manager:
|
||||
- npm
|
||||
- yarn
|
||||
steps:
|
||||
- name: Download installation test
|
||||
uses: actions/download-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user