Skip to content

Commit 6ebd670

Browse files
committed
Run only unit tests with sonar
1 parent f29d94b commit 6ebd670

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,12 @@ jobs:
5656
restore-keys: |
5757
${{ runner.os }}-maven-
5858
59-
- name: Run unit tests with sonar
60-
run: mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
59+
- name: Maven test with sonar
60+
run: mvn clean test sonar:sonar -Pcoverage -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6464

65-
- name: Run integration tests
66-
run: mvn verify -Dskip.surefire.tests
67-
6865
- name: Maven deploy snapshot
6966
run: mvn deploy -DskipTests
7067
env:

0 commit comments

Comments
 (0)