Skip to content

Commit

Permalink
Print dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Nov 9, 2023
1 parent a31ba29 commit 5bcb4d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
- name: print dependencies
run: mvn dependency:tree -B --file pom.xml
- name: Verify with Maven
run: mvn verify -B --file pom.xml

Expand Down

0 comments on commit 5bcb4d6

Please sign in to comment.