Skip to content

Commit

Permalink
CI: Run production build which is required for dependency:tree
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Jul 25, 2024
1 parent d510eec commit f9792ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
- name: Run dependency:analyze
run:
mvn -B dependency:analyze
- name: Run production build (required for dependency tree)
run:
mvn -B clean install
- name: Run dependency:tree
run:
mvn -B dependency:tree
Expand Down

0 comments on commit f9792ca

Please sign in to comment.