Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Drasticmitten authored May 26, 2024
1 parent cae069e commit 70ee908
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'temurin' # Puedes cambiar a 'zulu' u otra distribución si lo prefieres
java-version: '11'

- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: sqp_42a4380f38ef934b3a795dd8acfdca4d612e03b9
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: http://20.55.20.115:9000

# Si deseas fallar el job cuando la Puerta de Calidad (Quality Gate) falle, descomenta las siguientes líneas.
Expand Down

0 comments on commit 70ee908

Please sign in to comment.