chore: 清理覆盖率缓存

This commit is contained in:
fit2-zhao 2024-10-15 10:41:40 +08:00
parent e61a6a9ce1
commit aa3392945c
1 changed files with 4 additions and 0 deletions

View File

@ -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