Skip to content

Commit 67855f1

Browse files
committed
arthas-mcp-integration-test part 4
1 parent 0c1dcb6 commit 67855f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
distribution: "zulu"
1818
cache: "maven"
1919
- name: Build with Maven
20-
run: mvn -V -ntp clean install -P full
20+
run: mvn -V -ntp clean install -P full verify
2121

2222
windows_build:
2323
runs-on: windows-2022

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
<profile>
246246
<id>jdk17</id>
247247
<activation>
248-
<jdk>17</jdk>
248+
<jdk>[17,)</jdk>
249249
</activation>
250250
<modules>
251251
<module>arthas-mcp-integration-test</module>

0 commit comments

Comments
 (0)