Skip to content

Commit

Permalink
ci: add stacktrace flag to sonarqube command
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSafonov committed Apr 22, 2021
1 parent e2864fc commit f0daf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
restore-keys: ${{ runner.os }}-sonar

- name: Build and analyze
run: ./gradlew build jacocoTestReport sonarqube --info -x signArchives
run: ./gradlew build jacocoTestReport sonarqube -x signArchives --stacktrace
env:
# Needed to get some information about the pull request, if any
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f0daf17

Please sign in to comment.