Port travis_retry for CI (#7379)
* Port travis_retry for CI * Add license
This commit is contained in:
parent
39efc6d533
commit
8c35d163a5
5 changed files with 48 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue