Skip to content

Commit

Permalink
Use gradle to run 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmudd committed Nov 16, 2023
1 parent 541758c commit fe17d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
if: github.event_name == 'pull_request'
working-directory: jhdf
run: >
./gradlew test sonar
./gradlew
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
-Dsonar.pullrequest.branch=${{ github.ref }}
-Dsonar.pullrequest.key=${{ github.ref.name }}
-Dsonar.pullrequest.base=${{ github.base.ref }}
-Dsonar.pullrequest.github.repository=${{ github.server_url }}/${{ github.repository }}
checkstyle spotbugs jacocoTestReport sonar

0 comments on commit fe17d9c

Please sign in to comment.