From e986660d365dcb6083d539af77e4aa5db16e50e2 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Tue, 13 Dec 2022 10:22:57 +0100 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dcde95fc31..5e206054aa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -242,7 +242,6 @@ jobs: - 18 pkg_manager: - npm - - yarn steps: - name: Download installation test uses: actions/download-artifact@v3