We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a9d5f commit ce86257Copy full SHA for ce86257
1 file changed
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
${{ runner.os }}-maven-
56
57
- name: Sonar
58
- run: mvn sonar:sonar -Pcoverage -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
+ run: mvn verify sonar:sonar -Pcoverage -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
59
env:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments