We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382d5d3 commit 2658b27Copy full SHA for 2658b27
1 file changed
.github/workflows/test-metatrader5-integration.yml
@@ -40,9 +40,6 @@ jobs:
40
run: |
41
$mt5Path = Resolve-Path "C:\Program Files\MetaTrader 5\terminal64.exe"
42
43
- # Kill existing instances
44
- taskkill /IM terminal64.exe /F 2>&1 | Out-Null
45
-
46
# Launch with diagnostics
47
Start-Process $mt5Path -ArgumentList @(
48
"/portable",
0 commit comments