更新 .gitea/workflows/test.yaml

This commit is contained in:
2026-05-05 16:45:18 +08:00
parent cc14ee142c
commit 130768031b

View File

@@ -27,7 +27,11 @@ jobs:
cache: 'maven'
- name: Maven 打包
run: mvn clean package -DskipTests --batch-mode --no-transfer-progress
uses: apache/maven-action@v1
with:
maven-version: '3.9.11'
goals: 'clean package'
options: '-DskipTests'
- name: 准备部署文件
run: |