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

This commit is contained in:
bichangxiong 2025-06-24 15:56:49 +08:00
parent bb3e5f70bd
commit 19d573e9cb

View File

@ -17,6 +17,10 @@ jobs:
run: mvn -B package -DskipTests -pl ruoyi-modules/Property -am
- name: cp
run: copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server
- name: kill
run: for /f "tokens=5" %a in ('netstat -ano ^| findstr ":10001" ^| findstr "LISTENING"') do @taskkill /F /PID %a >nul 2>nul
- name: run
run: java -jar C:\devtool\server\Property.jar
# - copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server
# - pwd