Skip to content

Commit f29d94b

Browse files
committed
Run only unit tests with sonar
1 parent 606173e commit f29d94b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,15 @@ jobs:
5656
restore-keys: |
5757
${{ runner.os }}-maven-
5858
59-
- name: Maven verify and sonar
59+
- name: Run unit tests with sonar
6060
run: mvn clean verify 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+
6568
- name: Maven deploy snapshot
6669
run: mvn deploy -DskipTests
6770
env:

0 commit comments

Comments
 (0)