1 parent a52382a commit f979079Copy full SHA for f979079
1 file changed
.github/workflows/maven.yml
@@ -24,8 +24,8 @@ jobs:
24
distribution: temurin
25
java-version: 21
26
cache: maven
27
- - name: Prime the exact Maven dependency set
28
- run: mvn -B -ntp -DskipTests test --file pom.xml
+ - name: Prime the exact Maven test runtime
+ 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