Skip to content

Commit

Permalink
feat(环境): 移除单元测试 CI 验证问题
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ committed Feb 4, 2025
1 parent 4dbfdf2 commit 30d36e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# 生成测试覆盖率报告
- name: Generate Test Coverage Report
run: ./mvnw -B verify jacoco:report
run: ./mvnw -B jacoco:report

- name: Build with Maven
run: ./mvnw -B clean package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

jobs:
test:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 30d36e5

Please sign in to comment.