File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2929 - name : Check Spotbugs
3030 run : ./mvnw spotbugs:check
3131
32- - name : Build with Maven
33- run : ./mvnw -B clean package
32+ # 执行所有模块的测试
33+ - name : Run Unit Tests
34+ run : ./mvnw -B test
3435
3536 # 收集所有模块的测试报告
3637 - name : Publish Test Results
4243 reporter : java-junit
4344 fail-on-error : false
4445
46+ - name : Build with Maven
47+ run : ./mvnw -B clean package
48+
4549 # 上传所有模块的测试结果
4650 - name : Upload Test Results
4751 if : always()
Original file line number Diff line number Diff line change 5050 <!-- 依赖版本 -->
5151 <okhttp .version>4.12.0</okhttp .version>
5252 <jackson .version>2.16.1</jackson .version>
53- <logback .version>1.5.6 </logback .version>
53+ <logback .version>1.2.12 </logback .version>
5454 <junit .version>5.10.1</junit .version>
5555 <mockito .version>5.10.0</mockito .version>
5656 <lombok .version>1.18.34</lombok .version>
You can’t perform that action at this time.
0 commit comments