We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32328cd commit ef53ff3Copy full SHA for ef53ff3
.github/workflows/maven.yml
@@ -64,4 +64,4 @@ jobs:
64
run: ./mvnw -B -ntp clean test -Dno.docker.tests=true
65
- name: Run Tests (Windows)
66
if: runner.os == 'Windows'
67
- run: ./mvnw.cmd -B -ntp clean test -Dno.docker.tests=true
+ run: ./mvnw.cmd -B -ntp clean test "-Dno.docker.tests=true"
0 commit comments