Skip to content

Commit

Permalink
ci: try sonar-scanner
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Nov 8, 2024
1 parent d76827d commit 11faaaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iroha2-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run: ./gradlew build test testCoverage sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} --info
- name: Show dirs
run: |
ls /home/vzyabkin/actions-runner/_work/iroha-java/iroha-java/modules/
tree /home/vzyabkin/actions-runner/
ls /home/vzyabkin/actions-runner/_work/iroha-java/iroha-java/modules/admin-client/reports/testCoverage/
cat /home/vzyabkin/actions-runner/_work/iroha-java/iroha-java/modules/admin-client/reports/testCoverage/testCoverage.xml
- name: DefectDojo
if: always()
uses: C4tWithShell/[email protected]
Expand Down

0 comments on commit 11faaaa

Please sign in to comment.