更新 .gitea/workflows/dev.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 4m11s

This commit is contained in:
bichangxiong 2025-06-23 23:45:31 +08:00
parent 9cd88cfea4
commit aeb263acf6

View File

@ -11,10 +11,8 @@ jobs:
uses: http://47.109.37.87:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像
- name: maven
run: |
- echo '开始构建...'
- echo $PATH
- echo $JAVA_HOME
- java -version
- cd ./ruoyi-modules/Property
- pwd
- mvn clean package -Dmaven.test.skip=true
- cp ./ruoyi-modules/Property/target/Property.jar ./docker/jar/
- pwd