We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682d4de commit 2e63dd1Copy full SHA for 2e63dd1
.github/workflows/build.yml
@@ -70,4 +70,4 @@ jobs:
70
java-version: ${{ matrix.java-version }}
71
distribution: temurin
72
- name: Test
73
- run: mvn -B -e -fae test -Dsurefire\.rerunFailingTestsCount=3
+ run: mvn -B -e -fae test -Dsurefire.rerunFailingTestsCount="3"
0 commit comments