更新 .gitea/workflows/dev.yml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9m0s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9m0s
This commit is contained in:
parent
ed0be08637
commit
bb3e5f70bd
@ -11,8 +11,10 @@ jobs:
|
|||||||
uses: http://127.0.0.1:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
|
uses: http://127.0.0.1:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1 # 只拉取最新一次提交
|
fetch-depth: 1 # 只拉取最新一次提交
|
||||||
|
- name: Maven
|
||||||
|
run: mvn clean install
|
||||||
- name: Build with Maven
|
- 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
|
- name: cp
|
||||||
run: copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server
|
run: copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user