We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ecacc commit 8765679Copy full SHA for 8765679
.github/workflows/build.yml
@@ -56,8 +56,8 @@ jobs:
56
restore-keys: |
57
${{ runner.os }}-maven-
58
59
- - name: Maven test with sonar
60
- run: mvn clean test sonar:sonar -Pcoverage -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
+ - name: Maven unit and integration tests with sonar
+ run: mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments