Skip to content

Commit 5c3379d

Browse files
committed
Add jacocoAggregatedReport
1 parent 1bc6275 commit 5c3379d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build and analyze
3535
env:
3636
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
37-
run: gradle build jacocoAggregatedReport sonar --info
37+
run: gradle clean build test jacocoAggregatedReport sonar --info
3838
- name: Login to Docker Hub
3939
run: docker login -u a002k -p ${{ secrets.DOCKER_PASSWORD }}
4040
- name: Build and tag the Docker image

0 commit comments

Comments
 (0)