Skip to content

Commit 5f61d80

Browse files
committed
Update right GitHub Action syntax for options
1 parent 6a49cc8 commit 5f61d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
java-version: ${{ matrix.java-version }}
7171
distribution: temurin
7272
- name: Test
73-
run: mvn -B -e -fae test -Dsurefire.rerunFailingTestsCount=3
73+
run: mvn -B -e -fae test "-Dsurefire.rerunFailingTestsCount=3"

0 commit comments

Comments
 (0)