Skip to content

Commit

Permalink
make maven less talking
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Apr 8, 2024
1 parent 5ac7d02 commit c4a9ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/callable-run-mvn-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
cache-dependency-path: '${{ inputs.pom-dir }}/pom.xml'

- name: Build with Maven
run: mvn -f ${{ inputs.pom-dir }}/pom.xml verify
run: mvn -B -ntp -f ${{ inputs.pom-dir }}/pom.xml verify

0 comments on commit c4a9ea5

Please sign in to comment.