Merge branch 'master' of http://192.168.110.207:3000/by2025/SmartParks
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7m59s

This commit is contained in:
lxj 2025-06-26 16:11:38 +08:00
commit 0f382df17d

View File

@ -18,7 +18,7 @@ jobs:
- 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 - name: kill
run: Get-NetTCPConnection -LocalPort 10001 -State Listening -ErrorAction SilentlyContinue | ForEach-Object -Process { Stop-Process -Id $_.OwningProcess -Force -ErrorAction SilentlyContinue } run: Get-NetTCPConnection -LocalPort 10001 -State Listen -ErrorAction SilentlyContinue | Where-Object { $_.OwningProcess -ne $null } | 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