Skip to content

Commit 91a06b9

Browse files
committed
CI: maven: show more errors
1 parent 7c78bf8 commit 91a06b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Coverage report
4646
run: |
4747
mvn prepare-package -DskipTests=true
48-
mvn jacoco:report coveralls:report --no-transfer-progress -DrepoToken=$COVERALLS_SECRET -DpullRequest=${{ github.event.number }}
48+
mvn --errors jacoco:report coveralls:report --no-transfer-progress -DrepoToken=$COVERALLS_SECRET -DpullRequest=${{ github.event.number }}
4949
env:
5050
CI_NAME: github
51-
COVERALLS_SECRET: ${{ secrets.GITHUB_TOKEN }}
51+
COVERALLS_SECRET: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)