File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments