Install nested packages from Yarn cache before running build tests (#21779)

This commit is contained in:
Brian Vaughn
2021-07-01 11:37:56 -04:00
committed by GitHub
parent c96761c7b2
commit 6bf111772a

View File

@@ -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: