From 19c2209cb491a2d55966f7fba34cdc62059345a9 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Thu, 1 Jul 2021 11:37:56 -0400 Subject: [PATCH] Install nested packages from Yarn cache before running build tests (#21779) --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e157cb4427079..e3834500ed3b8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -306,6 +306,9 @@ jobs: at: . - run: yarn workspaces info | head -n -1 > workspace_info.txt - *restore_node_modules + - run: + name: Install nested packages from Yarn cache + command: yarn --frozen-lockfile --cache-folder ~/.cache/yarn - run: yarn test --build <> --ci RELEASE_CHANNEL_stable_yarn_test_dom_fixtures: