Skip to content

Commit dadc333

Browse files
committed
chore: test circleci's max auto-reruns feature
1 parent 3f33e43 commit dadc333

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ jobs:
213213
- run:
214214
name: Run unit tests
215215
command: yarn test:ci --config web-test-runner.config.ci-chromium.js --group no-memory-ci --coverage
216+
max_auto_reruns: 3
216217
- store_test_results:
217218
path: /root/project/results/
218219
- store_artifacts:
@@ -226,6 +227,7 @@ jobs:
226227
- run:
227228
name: Run memory tests
228229
command: yarn test:ci --config web-test-runner.config.ci-chromium.js --group memory-ci
230+
max_auto_reruns: 3
229231
- store_test_results:
230232
path: /root/project/results/
231233

@@ -240,6 +242,7 @@ jobs:
240242
command: |
241243
TEST=$(circleci tests glob packages/*/test/*.test.js | circleci tests split --split-by=timings)
242244
yarn test:start --files $TEST --config web-test-runner.config.ci-firefox.js --group unit-ci
245+
max_auto_reruns: 3
243246
- store_test_results:
244247
path: /root/project/results/
245248

@@ -254,6 +257,7 @@ jobs:
254257
command: |
255258
TEST=$(circleci tests glob packages/*/test/*.test.js | circleci tests split --split-by=timings)
256259
yarn test:start --files $TEST --config web-test-runner.config.ci-webkit.js --group unit-ci
260+
max_auto_reruns: 3
257261
- store_test_results:
258262
path: /root/project/results/
259263

0 commit comments

Comments
 (0)