✏️ chore(.github): Commente l'étape SonarQube dans le workflow d'installation des dépendances.

This commit is contained in:
Serreau Jovann
2025-07-21 09:50:35 +02:00
parent 0fa8508fba
commit 3ba57e7003

View File

@@ -121,13 +121,13 @@ jobs:
- name: Run PHPUnit Tests
run: php vendor/bin/phpunit --coverage-text
- name: SonarQube Scan
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
uses: SonarSource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
deploy:
# - name: SonarQube Scan
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
# uses: SonarSource/sonarqube-scan-action@master
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
# deploy:
name: 🚀 Deploy to Production
runs-on: self-hosted
needs: [test]