Skip to content

Commit cc11a06

Browse files
authored
Update build.yml
1 parent c5d9310 commit cc11a06

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build.yml

-13
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,3 @@ jobs:
3535

3636
- name: Run test suite
3737
run: composer run-script test
38-
39-
sonarcloud:
40-
name: SonarCloud Analysis
41-
runs-on: ubuntu-latest
42-
steps:
43-
- uses: actions/checkout@v2
44-
with:
45-
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
46-
- name: SonarCloud Scan
47-
uses: SonarSource/sonarcloud-github-action@master
48-
env:
49-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
50-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)