更新 .gitea/workflows/test.yaml
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user