Skip to content

Commit cab92b4

Browse files
committed
ci: quote Maven selector on Windows
1 parent f979079 commit cab92b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: 21
2626
cache: maven
2727
- name: Prime the exact Maven test runtime
28-
run: mvn -B -ntp -Dtest=quality.SmokeMethodTestHarnessTest test --file pom.xml
28+
run: mvn -B -ntp "-Dtest=quality.SmokeMethodTestHarnessTest" test --file pom.xml
2929
- name: Run the strict offline test gate
3030
shell: pwsh
3131
run: .\scripts\run-offline-gate.ps1 -Goal test -StrictDependencies

0 commit comments

Comments
 (0)