Skip to content

Commit 2658b27

Browse files
committed
keep running
1 parent 382d5d3 commit 2658b27

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test-metatrader5-integration.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
run: |
4141
$mt5Path = Resolve-Path "C:\Program Files\MetaTrader 5\terminal64.exe"
4242
43-
# Kill existing instances
44-
taskkill /IM terminal64.exe /F 2>&1 | Out-Null
45-
4643
# Launch with diagnostics
4744
Start-Process $mt5Path -ArgumentList @(
4845
"/portable",

0 commit comments

Comments
 (0)