We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbfdf2 commit 30d36e5Copy full SHA for 30d36e5
.github/workflows/checker.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# 生成测试覆盖率报告
37
- name: Generate Test Coverage Report
38
- run: ./mvnw -B verify jacoco:report
+ run: ./mvnw -B jacoco:report
39
40
- name: Build with Maven
41
run: ./mvnw -B clean package
.github/workflows/publish-docs.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
6
jobs:
7
- test:
+ deploy:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
0 commit comments