Skip to content

Commit e59711d

Browse files
committed
feat(环境): 使用 package 替换单元测试
1 parent 56fc1dc commit e59711d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/checker.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
- name: Check Spotbugs
3030
run: ./mvnw spotbugs:check
3131

32-
# 执行所有模块的测试
33-
- name: Run Unit Tests
34-
run: ./mvnw -B test
32+
- name: Build with Maven
33+
run: ./mvnw -B clean package
3534

3635
# 收集所有模块的测试报告
3736
- name: Publish Test Results
@@ -43,9 +42,6 @@ jobs:
4342
reporter: java-junit
4443
fail-on-error: false
4544

46-
- name: Build with Maven
47-
run: ./mvnw -B clean package
48-
4945
# 上传所有模块的测试结果
5046
- name: Upload Test Results
5147
if: always()

0 commit comments

Comments
 (0)