Skip to content

Commit 75b102a

Browse files
committed
add build and test step for code coverage report
1 parent e17548b commit 75b102a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sonar-branch.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ jobs:
1919
- name: Setup JDK 11
2020
uses: actions/setup-java@v3
2121
with:
22-
distribution: 'oracle'
22+
distribution: 'adopt'
2323
java-version: 11
24+
- name: Build and Test
25+
run: |
26+
mvn -B clean test
2427
- name: Sonar Scan
2528
run: |
2629
mvn -B sonar:sonar \

0 commit comments

Comments
 (0)