Skip to content

Commit b8a7225

Browse files
committed
Use the default maven profile for including blackbox-tests module
1 parent fc3d499 commit b8a7225

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
~/.m2
3333
key: build-${{ env.cache-name }}
3434
- name: Build with Maven
35-
run: mvn clean verify
35+
run: mvn clean verify -Pdefault
3636

.github/workflows/jdk-ea.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
~/.m2
3636
key: build-${{ env.cache-name }}
3737
- name: Build with Maven
38-
run: mvn clean test
38+
run: mvn clean test -Pdefault
3939

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<profile>
3030
<id>default</id>
3131
<activation>
32-
<jdk>[21,]</jdk>
32+
<activeByDefault/>
3333
</activation>
3434
<modules>
3535
<module>blackbox-tests</module>

0 commit comments

Comments
 (0)