Skip to content

Commit

Permalink
Merge pull request #168 from mP1/feature/github-actions-mvn-install-r…
Browse files Browse the repository at this point in the history
…emoved-skiptests

github actions mvn install removed skiptests
  • Loading branch information
mP1 authored May 1, 2024
2 parents 11e0e25 + 1f2acca commit b53d6d3
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 b53d6d3

Please sign in to comment.