Skip to content

Commit f2b51b5

Browse files
author
Brian Vaughn
committed
Install nested Yarn packages before testing DevTools
1 parent b9b9131 commit f2b51b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,9 @@ jobs:
306306
at: .
307307
- run: yarn workspaces info | head -n -1 > workspace_info.txt
308308
- *restore_node_modules
309+
- run:
310+
name: Install Packages
311+
command: yarn --frozen-lockfile --cache-folder ~/.cache/yarn
309312
- run: yarn test --build <<parameters.args>> --ci
310313

311314
RELEASE_CHANNEL_stable_yarn_test_dom_fixtures:

0 commit comments

Comments
 (0)