Skip to content

Commit ef53ff3

Browse files
committed
Double quote args for Windows
1 parent 32328cd commit ef53ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
run: ./mvnw -B -ntp clean test -Dno.docker.tests=true
6565
- name: Run Tests (Windows)
6666
if: runner.os == 'Windows'
67-
run: ./mvnw.cmd -B -ntp clean test -Dno.docker.tests=true
67+
run: ./mvnw.cmd -B -ntp clean test "-Dno.docker.tests=true"

0 commit comments

Comments
 (0)