Skip to content

Commit

Permalink
Configure surefire to rerun failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Jun 10, 2022
1 parent 9a020a2 commit 8b34ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 67,7 @@ jobs:
--define forkCount=1 \
--define reuseForks=false \
--define surefire.reportFormat=plain \
--define surefire.rerunFailingTestsCount=5 \
install

0 comments on commit 8b34ab7

Please sign in to comment.