Skip to content

Commit

Permalink
fix: use sonar task instead of sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
May, Markus committed Jan 26, 2023
1 parent d30e3f3 commit 61e1807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run tests
uses: gradle/gradle-build-action@v2
with:
arguments: clean check sonarqube aggregateReports
arguments: clean check sonar aggregateReports
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 61e1807

Please sign in to comment.