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 b9b9131 commit f2b51b5Copy full SHA for f2b51b5
.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 Packages
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