✏️ chore(.github): Commente l'étape SonarQube dans le workflow d'installation des dépendances.
This commit is contained in:
14
.github/workflows/install-deps.yml
vendored
14
.github/workflows/install-deps.yml
vendored
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user