更新 .gitea/workflows/dev.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7m19s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7m19s
This commit is contained in:
parent
bb3e5f70bd
commit
19d573e9cb
@ -17,6 +17,10 @@ jobs:
|
|||||||
run: mvn -B package -DskipTests -pl ruoyi-modules/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
|
||||||
|
- 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
|
# - copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server
|
||||||
# - pwd
|
# - pwd
|
||||||
|
Loading…
Reference in New Issue
Block a user