Skip to content

Commit 6e23024

Browse files
author
Jacek Gębal
committed
Attempting to solve issue with maven testing
1 parent ccb8c87 commit 6e23024

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464
${{ runner.os }}-maven-
6565
6666
- name: Maven unit and integration tests
67-
run: mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=utPLSQL_utPLSQL-java-api
67+
run: mvn clean verify
68+
# run: mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=utPLSQL_utPLSQL-java-api
6869
env:
6970
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
7071
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)