Skip to content

Commit

Permalink
Add Maven option to produce execution error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikvl87 committed Oct 4, 2021
1 parent ffe1a22 commit 5c7a13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build
run: docker build --target=build -t languagetool-build .
- name: Test
run: docker run languagetool-build mvn --projects languagetool-standalone clean test --also-make --quiet
run: docker run languagetool-build mvn --projects languagetool-standalone clean test --also-make --quiet --errors
- name: Tag
run: |
echo 'DOCKER_TAG<<EOF' >> $GITHUB_ENV
Expand Down

0 comments on commit 5c7a13b

Please sign in to comment.