Skip to content

Commit

Permalink
CI: print deps tree
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Jun 4, 2024
1 parent 12dd748 commit e2b97ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Info
run: mvn -version
- name: Deps tree
run: mvn dependency:tree -Dshaded=${{matrix.shaded}}
- name: Start Database
run: ./docker/start_db.sh
env:
Expand Down

0 comments on commit e2b97ac

Please sign in to comment.