Skip to content

Commit ac9fabb

Browse files
authored
Print dependency:tree
1 parent d3f7b05 commit ac9fabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
2828
restore-keys: ${{ runner.os }}-m2
2929
- name: Build
30-
run: mvn --no-transfer-progress clean verify -Pbuild
30+
run: mvn --no-transfer-progress clean dependency:tree verify -Pbuild
3131
env:
3232
LOG_LEVEL: FATAL

0 commit comments

Comments
 (0)