0
0
Fork 0

Port travis_retry for CI (#7379)

* Port travis_retry for CI

* Add license
This commit is contained in:
Yamagishi Kazutoshi 2018-05-06 17:55:50 +09:00 committed by Eugen Rochko
parent 39efc6d533
commit 8c35d163a5
5 changed files with 48 additions and 14 deletions

View file

@ -90,7 +90,7 @@ aliases:
command: ./bin/rails parallel:create parallel:load_schema parallel:prepare
- run:
name: Run Tests
command: bundle exec parallel_test ./spec/ --group-by filesize --type rspec
command: ./bin/retry bundle exec parallel_test ./spec/ --group-by filesize --type rspec
jobs:
install:
@ -150,7 +150,7 @@ jobs:
- image: circleci/node:8.11.1-stretch
steps:
- *attach_workspace
- run: yarn test:jest
- run: ./bin/retry yarn test:jest
check-i18n:
<<: *defaults