@@ -48,11 +48,11 @@ jobs:
48
48
node-version : ${{ matrix.node }}
49
49
cache : yarn
50
50
- name : Installation
51
- run : yarn
51
+ run : yarn || yarn || yarn
52
52
- name : Generate test-website project against main branch
53
53
run : yarn test:build:website -s
54
54
- name : Install test-website project with Yarn v1
55
- run : yarn install
55
+ run : yarn || yarn || yarn
56
56
working-directory : ../test-website
57
57
env :
58
58
npm_config_registry : http://localhost:4873
89
89
node-version : lts/*
90
90
cache : yarn
91
91
- name : Installation
92
- run : yarn
92
+ run : yarn || yarn || yarn
93
93
- name : Generate test-website project with ${{ matrix.variant }} against main branch
94
94
run : yarn test:build:website ${{ matrix.variant }}
95
95
- name : Install test-website project with Yarn Berry and nodeLinker = ${{ matrix.nodeLinker }}
@@ -105,7 +105,7 @@ jobs:
105
105
# https://yarnpkg.com/features/pnp#fallback-mode
106
106
yarn config set pnpFallbackMode none
107
107
108
- yarn install
108
+ yarn || yarn || yarn
109
109
working-directory : ../test-website
110
110
env :
111
111
YARN_ENABLE_IMMUTABLE_INSTALLS : false # Yarn berry should create the lockfile, despite CI env
@@ -158,7 +158,7 @@ jobs:
158
158
node-version : lts/*
159
159
cache : yarn
160
160
- name : Installation
161
- run : yarn
161
+ run : yarn || yarn || yarn
162
162
- name : Generate test-website project against main branch
163
163
run : yarn test:build:website -s
164
164
- name : Install test-website project with npm
@@ -195,7 +195,7 @@ jobs:
195
195
node-version : lts/*
196
196
cache : yarn
197
197
- name : Installation
198
- run : yarn
198
+ run : yarn || yarn || yarn
199
199
- name : Generate test-website project against main branch
200
200
run : yarn test:build:website -s
201
201
- name : Install test-website project with pnpm
0 commit comments