Skip to content

Commit

Permalink
Install nested packages from Yarn cache before running build tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn authored Jul 1, 2021
1 parent c96761c commit 6bf1117
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<parameters.args>> --ci

RELEASE_CHANNEL_stable_yarn_test_dom_fixtures:
Expand Down

0 comments on commit 6bf1117

Please sign in to comment.