chore: 清理覆盖率缓存
This commit is contained in:
parent
e61a6a9ce1
commit
aa3392945c
|
@ -31,6 +31,10 @@ jobs:
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
cache-dependency-path: '**/pom.xml' # optional
|
cache-dependency-path: '**/pom.xml' # optional
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
|
- name: Remove monitoring-engine JAR
|
||||||
|
run: rm -rf ~/.m2/repository/io/metersphere/monitoring-engine
|
||||||
|
|
||||||
- name: Build with Maven - other
|
- name: Build with Maven - other
|
||||||
run: mvn -B package -DskipAntRunForJenkins --file pom.xml -pl '!frontend'
|
run: mvn -B package -DskipAntRunForJenkins --file pom.xml -pl '!frontend'
|
||||||
- name: Upload coverage reports to Codecov
|
- name: Upload coverage reports to Codecov
|
||||||
|
|
Loading…
Reference in New Issue