更新 .gitea/workflows/dev.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6m54s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6m54s
This commit is contained in:
parent
bbb080c7f1
commit
707ec002b2
@ -19,7 +19,7 @@ jobs:
|
|||||||
run: copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server
|
run: copy ./ruoyi-modules/Property/target/Property.jar C:\devtool\server
|
||||||
- name: kill
|
- name: kill
|
||||||
run: Get-NetTCPConnection -LocalPort 10001 -State Listen -ErrorAction SilentlyContinue | ForEach-Object { Stop-Process -Id $_.OwningProcess -Force -ErrorAction SilentlyContinue }
|
run: Get-NetTCPConnection -LocalPort 10001 -State Listen -ErrorAction SilentlyContinue | ForEach-Object { Stop-Process -Id $_.OwningProcess -Force -ErrorAction SilentlyContinue }
|
||||||
-name: run
|
- name: run
|
||||||
run: java -jar C:\devtool\server\Property.jar
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user