Skip to content

Commit a81ea79

Browse files
committed
print stacktrace
1 parent a29cb83 commit a81ea79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
-Dsonar.pullrequest.branch=${{ github.HEAD_REF }}
5252
-Dsonar.pullrequest.base=${{ github.BASE_REF }}
5353
-Dsonar.pullrequest.github.repository=${{ github.repository }}
54-
--refresh-dependencies --no-daemon --continue
54+
--refresh-dependencies --no-daemon --continue --stacktrace
5555
# run: ./gradlew test jacocoTestReport && cp build/reports/jacoco/report.xml jacoco.xml || echo "Code coverage failed"
5656
# - name: Push codeCoverage to Codecov
5757
# run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)