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 75a862a commit efb68e5Copy full SHA for efb68e5
1 file changed
.github/workflows/api-snapshot-check.yml
@@ -60,4 +60,4 @@ jobs:
60
- name: Build and Test
61
run: |
62
API_VERSION="${{ github.event.client_payload.api_version || inputs.api_version }}"
63
- mvn verify appassembler:assemble -Dutplsql-java-api.version="$API_VERSION"
+ mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=utPLSQL_utPLSQL-maven-plugin -Dutplsql-java-api.version="$API_VERSION"
0 commit comments