Skip to content

Commit

Permalink
feat(环境): 使用 package 替换单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ committed Feb 4, 2025
1 parent 56fc1dc commit e59711d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
- name: Check Spotbugs
run: ./mvnw spotbugs:check

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

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

- name: Build with Maven
run: ./mvnw -B clean package

# 上传所有模块的测试结果
- name: Upload Test Results
if: always()
Expand Down

0 comments on commit e59711d

Please sign in to comment.