Skip to content

Commit

Permalink
github actions mvn install removed skiptests
Browse files Browse the repository at this point in the history
  • Loading branch information
mP1 committed May 1, 2024
1 parent 52faa28 commit 4e90bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: mvn dependency:resolve

- name: Maven install
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -e > output.txt
run: mvn install -Dmaven.javadoc.skip=true -B -V -e > output.txt

- name: Print logs
if: ${{ always() }}
Expand Down

0 comments on commit 4e90bd7

Please sign in to comment.