We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1756ca7 commit 2289099Copy full SHA for 2289099
.github/workflows/jdk-ea.yml
@@ -37,5 +37,5 @@ jobs:
37
- name: Maven version
38
run: mvn --version
39
- name: Build with Maven
40
- run: mvn clean test -Pdefault
+ run: mvn clean verify -Pdefault
41
blackbox-tests/pom.xml
@@ -14,6 +14,7 @@
14
<properties>
15
<maven.compiler.release>21</maven.compiler.release>
16
<maven.deploy.skip>true</maven.deploy.skip>
17
+ <surefire.useModulePath>false</surefire.useModulePath>
18
</properties>
19
20
<dependencies>
0 commit comments