Skip to content

Commit ee19032

Browse files
committed
gh: remove sonarcloud scan as no token is available
1 parent 0c1fe59 commit ee19032

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/tests.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,3 @@ jobs:
4141
- name: Run Unit Tests
4242
run: |
4343
vendor/bin/phpunit --coverage-text --coverage-clover reports/coverage.xml
44-
45-
# SonarCloud
46-
- name: SonarCloud Scan
47-
uses: SonarSource/sonarcloud-github-action@master
48-
env:
49-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)