mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore(v2): do not build all locales when monitoring build time perf (#4611)
This commit is contained in:
parent
5ded1eb95d
commit
8119de105a
|
|
@ -24,12 +24,12 @@ jobs:
|
|||
|
||||
# Ensure build with a cold cache does not increase too much
|
||||
- name: Build (cold cache)
|
||||
run: yarn workspace docusaurus-2-website build
|
||||
run: yarn workspace docusaurus-2-website build --locale en
|
||||
timeout-minutes: 10
|
||||
|
||||
# Ensure build with a warm cache does not increase too much
|
||||
- name: Build (warm cache)
|
||||
run: yarn workspace docusaurus-2-website build
|
||||
run: yarn workspace docusaurus-2-website build --locale en
|
||||
timeout-minutes: 10
|
||||
|
||||
# TODO post a Github comment with build with perf warnings?
|
||||
|
|
|
|||
Loading…
Reference in New Issue