Skip to content

Commit 01e2194

Browse files
committed
ci: remove sonarcloud action while SONAR_TOKEN is not set
1 parent 08588d2 commit 01e2194

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/tests.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,4 @@ jobs:
3838

3939
# Run tests
4040
- name: Run Unit Tests
41-
run: |
42-
vendor/bin/phpunit --coverage-text --coverage-clover reports/coverage.xml
43-
44-
# SonarCloud
45-
- name: SonarCloud Scan
46-
uses: SonarSource/sonarcloud-github-action@master
47-
env:
48-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
41+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)