Skip to content

Commit

Permalink
Update sonar_teste.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoGurgel authored Nov 10, 2023
1 parent 940d469 commit eafe963
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/sonar_teste.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:

- name: Executa testes e gera cobertura
run: yarn test:all

- name: Executa SonarCloud Scan
if: ${{ always() }}
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}

0 comments on commit eafe963

Please sign in to comment.