Skip to content

Commit efb68e5

Browse files
author
Jacek Gębal
committed
Fixing the pom to allow for builds against a snapshot version of API
1 parent 75a862a commit efb68e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/api-snapshot-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
- name: Build and Test
6161
run: |
6262
API_VERSION="${{ github.event.client_payload.api_version || inputs.api_version }}"
63-
mvn verify appassembler:assemble -Dutplsql-java-api.version="$API_VERSION"
63+
mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=utPLSQL_utPLSQL-maven-plugin -Dutplsql-java-api.version="$API_VERSION"

0 commit comments

Comments
 (0)