chore(v2): windows, 3 yarn install attempts, to avoid most timeout failures? (#3260)c

This commit is contained in:
Sébastien Lorber 2020-08-11 16:51:04 +02:00 committed by GitHub
parent ee6dee72b7
commit f6926039ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Installation
run: yarn
run: yarn || yarn || yarn # 3 attemps to avoid timeout errors...
- name: Docusaurus 1 Build
run: yarn build:v1
- name: Docusaurus 2 Build