Skip to content

Commit

Permalink
Merge pull request #274 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 094b242 + b176f6f commit fe48e98
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 fe48e98

Please sign in to comment.