Merge pull request #21174 from woocommerce/travis-retry
Retry e2e tests automatically in case of failure
This commit is contained in:
commit
176c871007
|
@ -42,7 +42,7 @@ before_script:
|
|||
script:
|
||||
- bash tests/bin/phpunit.sh
|
||||
- bash tests/bin/phpcs.sh
|
||||
- bash tests/bin/run-e2e-CI.sh
|
||||
- travis_retry bash tests/bin/run-e2e-CI.sh
|
||||
|
||||
after_script:
|
||||
- bash tests/bin/travis.sh after
|
||||
|
|
Loading…
Reference in New Issue