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