We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb8c87 commit 6e23024Copy full SHA for 6e23024
1 file changed
.github/workflows/build.yml
@@ -64,7 +64,8 @@ jobs:
64
${{ runner.os }}-maven-
65
66
- name: Maven unit and integration tests
67
- run: mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=utPLSQL_utPLSQL-java-api
+ run: mvn clean verify
68
+# run: mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=utPLSQL_utPLSQL-java-api
69
env:
70
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
71
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments