mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Install nested packages from Yarn cache before running build tests (#21779)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user