From 01e21949130a5e30e361f4626ef80c3b85622055 Mon Sep 17 00:00:00 2001 From: Bl00D4NGEL Date: Fri, 9 Feb 2024 08:15:32 +0100 Subject: [PATCH] ci: remove sonarcloud action while SONAR_TOKEN is not set --- .github/workflows/tests.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 909efbc..e739e31 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,12 +38,4 @@ jobs: # Run tests - name: Run Unit Tests - run: | - vendor/bin/phpunit --coverage-text --coverage-clover reports/coverage.xml - - # SonarCloud - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + run: vendor/bin/phpunit