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:
Alex Rudenko 2022-12-13 10:22:57 +01:00 committed by GitHub
parent 02fe50194e
commit e986660d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,6 @@ jobs:
- 18
pkg_manager:
- npm
- yarn
steps:
- name: Download installation test
uses: actions/download-artifact@v3