Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed May 9, 2024
1 parent 7740240 commit cb2275b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/java-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ runs:
run: |
./mvnw -B compile test-compile scalafix:scalafix -Dscalafix.mode=CHECK -Psemanticdb ${{ inputs.maven_opts }}
- name: Dump Maven dep tree
shell: bash
run: |
./mvnw dependency:tree -Dverbose
- name: Run tests
shell: bash
run: |
Expand Down

0 comments on commit cb2275b

Please sign in to comment.