Skip to content

Commit

Permalink
Update: ci/cd file job sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Moliterno committed Nov 13, 2024
1 parent ec1216e commit 7d599de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

# Falha o job se o Quality Gate estiver vermelho (opcional)
- uses: sonarsource/sonarqube-quality-gate-action@master
timeout-minutes: 5
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# - uses: sonarsource/sonarqube-quality-gate-action@master
# timeout-minutes: 5
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 7d599de

Please sign in to comment.