mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
Tweaked the surefire command-line argument.
This commit is contained in:
parent
cefcd4fad8
commit
751253b995
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
language: java
|
language: java
|
||||||
jdk: oraclejdk8
|
jdk: oraclejdk8
|
||||||
script: bundle exec ./mvnw -Dsurefire.rerunFailingTestsCount=2 test -B
|
script: bundle exec ./mvnw -D'surefire.rerunFailingTestsCount'=2 test -B
|
Loading…
Reference in a new issue