We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f979079 commit cab92b4Copy full SHA for cab92b4
1 file changed
.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
25
java-version: 21
26
cache: maven
27
- name: Prime the exact Maven test runtime
28
- run: mvn -B -ntp -Dtest=quality.SmokeMethodTestHarnessTest test --file pom.xml
+ run: mvn -B -ntp "-Dtest=quality.SmokeMethodTestHarnessTest" test --file pom.xml
29
- name: Run the strict offline test gate
30
shell: pwsh
31
run: .\scripts\run-offline-gate.ps1 -Goal test -StrictDependencies
0 commit comments