更新 .gitea/workflows/test.yaml

This commit is contained in:
2026-05-06 11:21:10 +08:00
parent ccd6446fe2
commit a112dc247f

View File

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