feat(ci): 缓存 Maven 本地仓库,避免重复下载依赖
This commit is contained in:
@@ -21,6 +21,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: maven:3.9-eclipse-temurin-17
|
||||
volumes:
|
||||
- /data/maven-repo:/root/.m2
|
||||
steps:
|
||||
- name: Checkout code
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user