Skip to content

Commit f979079

Browse files
committed
ci: prime surefire before offline gate
1 parent a52382a commit f979079

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
distribution: temurin
2525
java-version: 21
2626
cache: maven
27-
- name: Prime the exact Maven dependency set
28-
run: mvn -B -ntp -DskipTests test --file pom.xml
27+
- name: Prime the exact Maven test runtime
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)