Skip to content

Commit 2289099

Browse files
committed
Update jdk-ea build, need mvn verify
1 parent 1756ca7 commit 2289099

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/jdk-ea.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
- name: Maven version
3838
run: mvn --version
3939
- name: Build with Maven
40-
run: mvn clean test -Pdefault
40+
run: mvn clean verify -Pdefault
4141

blackbox-tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<properties>
1515
<maven.compiler.release>21</maven.compiler.release>
1616
<maven.deploy.skip>true</maven.deploy.skip>
17+
<surefire.useModulePath>false</surefire.useModulePath>
1718
</properties>
1819

1920
<dependencies>

0 commit comments

Comments
 (0)