File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 permissions :
13+ checks : write
1314 contents : write
1415 pull-requests : write
1516 steps :
3031 - name : Run tests for all modules
3132 run : ./gradlew test
3233
34+ - name : Generate test report
35+ uses : mikepenz/action-junit-report@v5
36+ if : success() || failure() # always run even if the previous step fails
37+ with :
38+ report_paths : ' **/build/test-results/test/TEST-*.xml'
39+ summary : true
40+ detailed_summary : true
41+ require_passed_tests : true
42+ include_passed : true
43+
3344 - name : Generate jacoco reports
3445 run : ./gradlew jacocoTestReport
3546
Original file line number Diff line number Diff line change 1- rootProject. version = " 10.0.alpha1 "
1+ rootProject. version = " 10.0.alpha2 "
22group = ' javasabr.rlib'
33
44allprojects {
@@ -8,6 +8,6 @@ allprojects {
88}
99
1010wrapper {
11- gradleVersion = ' 9.0 .0'
11+ gradleVersion = ' 9.1 .0'
1212 distributionType = Wrapper.DistributionType . ALL
1313}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0 .0-all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-all.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments