Skip to content

Commit ee42a39

Browse files
committed
feat: add step to build job to main.yml
1 parent 6bf91cc commit ee42a39

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
java-version: 25
2626
distribution: temurin
27+
cache: maven
2728

2829
- name: Verify project
2930
run: mvn clean verify
@@ -39,14 +40,13 @@ jobs:
3940
# -Dsonar.organization=ita-social-projects \
4041
# -Dsonar.host.url=https://sonarcloud.io \
4142

42-
#- name: Test Reporter
43-
# #v1.5.0
44-
#uses: dorny/test-reporter@0d00bb14cb0cc2c9b8985df6e81dd333188224e1
45-
#if: success() || failure()
46-
#with:
47-
# name: Tests Report
48-
#path: '**/target/surefire-reports/*.xml'
49-
#reporter: java-junit
43+
- name: Test Reporter #v1.5.0
44+
uses: dorny/test-reporter@0d00bb14cb0cc2c9b8985df6e81dd333188224e1
45+
if: success() || failure()
46+
with:
47+
name: Tests Report
48+
path: '**/target/surefire-reports/*.xml,**/target/failsafe-reports/*.xml'
49+
reporter: java-junit
5050

5151
build-and-push-backend-image:
5252
needs: build

0 commit comments

Comments
 (0)