diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 48e3dbf..beef4fc 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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 }}