We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afa55b commit 0923647Copy full SHA for 0923647
.github/workflows/tests.yaml
@@ -75,6 +75,13 @@ jobs:
75
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
76
coverage-reports: clover.xml
77
78
+ - name: SonarCloud Scan
79
+ if: matrix.php == '8.4'
80
+ uses: SonarSource/sonarcloud-github-action@master
81
+ env:
82
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
84
+
85
e2e:
86
runs-on: ubuntu-latest
87
name: E2E Tests
0 commit comments