更新 .gitea/workflows/dev.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4m37s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4m37s
This commit is contained in:
parent
e49fd02397
commit
ed0be08637
@ -8,7 +8,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
|
uses: http://127.0.0.1:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
|
||||||
|
with:
|
||||||
|
fetch-depth: 1 # 只拉取最新一次提交
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B clean package -DskipTests -pl Property -am
|
run: mvn -B clean package -DskipTests -pl Property -am
|
||||||
- name: cp
|
- name: cp
|
||||||
|
Loading…
Reference in New Issue
Block a user