Skip to content

Commit

Permalink
[MAINTENANCE] Simplify jmx workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alien11689 committed Jan 13, 2025
1 parent 9d07dd9 commit 8e16ca0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jmx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
- name: Build
shell: bash
run: |
mvn -U -e -B -ntp -am -pl jmx/jmx-itests clean install
mvn -U -e -B -ntp clean install -f testsupport/pom.xml
mvn -U -e -B -ntp clean install -f jmx/pom.xml

0 comments on commit 8e16ca0

Please sign in to comment.