From f6926039ec789bd9d214687773c786d03a43d4aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Tue, 11 Aug 2020 16:51:04 +0200 Subject: [PATCH] chore(v2): windows, 3 yarn install attempts, to avoid most timeout failures? (#3260)c --- .github/workflows/nodejs-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs-windows.yml b/.github/workflows/nodejs-windows.yml index f89092d7b3..2ec791c6db 100644 --- a/.github/workflows/nodejs-windows.yml +++ b/.github/workflows/nodejs-windows.yml @@ -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