diff --git a/.circleci/config.yml b/.circleci/config.yml index e157cb4427..e3834500ed 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: