更新 .gitea/workflows/dev.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9m0s

This commit is contained in:
bichangxiong 2025-06-24 00:41:37 +08:00
parent ed0be08637
commit bb3e5f70bd

View File

@ -11,8 +11,10 @@ jobs:
uses: http://127.0.0.1:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
with:
fetch-depth: 1 # 只拉取最新一次提交
- name: Maven
run: mvn clean install
- name: Build with Maven
run: mvn -B clean package -DskipTests -pl Property -am
run: mvn -B package -DskipTests -pl ruoyi-modules/Property -am
- name: cp
run: copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server