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 77f8a27 commit 382d5d3Copy full SHA for 382d5d3
.github/workflows/test-metatrader5-integration.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Launch MT5
39
shell: pwsh
40
run: |
41
- $mt5Path = Resolve-Path ".\MetaTrader 5\terminal64.exe"
+ $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
0 commit comments