From fbb131bc7f81724bcd4be9b91d1e4095c1be0cf7 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Thu, 6 Oct 2022 12:10:43 +0200 Subject: [PATCH] [core] Speedup of yarn install in the CI (#34632) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ae1ea761c195b..3422f7adef01d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -102,7 +102,7 @@ commands: - v6-playwright-{{ arch }}-{{ checksum "/tmp/playwright_info.json" }} - run: name: Install js dependencies - command: yarn install --verbose + command: yarn install environment: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: <<# parameters.browsers >>0<><<^ parameters.browsers >>1<> - save_cache: