Skip to content

Commit

Permalink
update sonar name task
Browse files Browse the repository at this point in the history
  • Loading branch information
and-mora committed Nov 25, 2024
1 parent 40ea467 commit 4c65a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
restore-keys: ${{ runner.os }}-sonar

- name: "Build and analyze"
run: ./gradlew build jacocoTestReport sonarqube --info
run: ./gradlew build jacocoTestReport sonar --info
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 4c65a89

Please sign in to comment.