File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ jobs:
213
213
- run :
214
214
name : Run unit tests
215
215
command : yarn test:ci --config web-test-runner.config.ci-chromium.js --group no-memory-ci --coverage
216
+ max_auto_reruns : 3
216
217
- store_test_results :
217
218
path : /root/project/results/
218
219
- store_artifacts :
@@ -226,6 +227,7 @@ jobs:
226
227
- run :
227
228
name : Run memory tests
228
229
command : yarn test:ci --config web-test-runner.config.ci-chromium.js --group memory-ci
230
+ max_auto_reruns : 3
229
231
- store_test_results :
230
232
path : /root/project/results/
231
233
@@ -240,6 +242,7 @@ jobs:
240
242
command : |
241
243
TEST=$(circleci tests glob packages/*/test/*.test.js | circleci tests split --split-by=timings)
242
244
yarn test:start --files $TEST --config web-test-runner.config.ci-firefox.js --group unit-ci
245
+ max_auto_reruns : 3
243
246
- store_test_results :
244
247
path : /root/project/results/
245
248
@@ -254,6 +257,7 @@ jobs:
254
257
command : |
255
258
TEST=$(circleci tests glob packages/*/test/*.test.js | circleci tests split --split-by=timings)
256
259
yarn test:start --files $TEST --config web-test-runner.config.ci-webkit.js --group unit-ci
260
+ max_auto_reruns : 3
257
261
- store_test_results :
258
262
path : /root/project/results/
259
263
You can’t perform that action at this time.
0 commit comments