更新 .gitea/workflows/test.yaml
This commit is contained in:
@@ -18,7 +18,15 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: dev/3.1_release_merge_MS
|
||||
|
||||
|
||||
- name: 缓存 Maven 依赖
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-maven-
|
||||
|
||||
- name: 查看 JDK & Maven 版本
|
||||
run: |
|
||||
java -version
|
||||
|
||||
Reference in New Issue
Block a user