We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e72d74 commit 19c2209Copy full SHA for 19c2209
.circleci/config.yml
@@ -306,6 +306,9 @@ jobs:
306
at: .
307
- run: yarn workspaces info | head -n -1 > workspace_info.txt
308
- *restore_node_modules
309
+ - run:
310
+ name: Install nested packages from Yarn cache
311
+ command: yarn --frozen-lockfile --cache-folder ~/.cache/yarn
312
- run: yarn test --build <<parameters.args>> --ci
313
314
RELEASE_CHANNEL_stable_yarn_test_dom_fixtures:
0 commit comments