Skip to content

Commit

Permalink
Remove SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-h64 authored Dec 8, 2023
1 parent 3539455 commit 2e35f46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
test-report.out
coverage.out
- name: SonarCloud scan
uses: SonarSource/sonarcloud-github-action@master
if: ${{ always() }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# - name: SonarCloud scan
# uses: SonarSource/sonarcloud-github-action@master
# if: ${{ always() }}
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}


docker-build:
Expand Down

0 comments on commit 2e35f46

Please sign in to comment.