Skip to content

Commit

Permalink
[core] Speedup of yarn install in the CI (mui#34632)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and alexfauquette committed Oct 14, 2022
1 parent bde0efc commit fbb131b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -102,7 +102,7 @@ commands:
- v6-playwright-{{ arch }}-{{ checksum "/tmp/playwright_info.json" }}
- run:
name: Install js dependencies
command: yarn install --verbose
command: yarn install
environment:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: <<# parameters.browsers >>0<</ parameters.browsers >><<^ parameters.browsers >>1<</ parameters.browsers >>
- save_cache:
Expand Down

0 comments on commit fbb131b

Please sign in to comment.