chore(v2): do not build all locales when monitoring build time perf (#4611)

This commit is contained in:
Sébastien Lorber 2021-04-14 09:28:38 +02:00 committed by GitHub
parent 5ded1eb95d
commit 8119de105a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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