Skip to content

Commit 8e16ca0

Browse files
committed
[MAINTENANCE] Simplify jmx workflow
1 parent 9d07dd9 commit 8e16ca0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jmx.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
- name: Build
4747
shell: bash
4848
run: |
49-
mvn -U -e -B -ntp -am -pl jmx/jmx-itests clean install
49+
mvn -U -e -B -ntp clean install -f testsupport/pom.xml
50+
mvn -U -e -B -ntp clean install -f jmx/pom.xml

0 commit comments

Comments
 (0)