Skip to content

Commit 983f4c8

Browse files
committed
Test metatrader version
1 parent b25cbb4 commit 983f4c8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
run: |
2626
Start-Process -FilePath .\mt5setup.exe -ArgumentList "/auto" -Wait
2727
28+
- name: Verify MetaTrader 5 Installation
29+
run: |
30+
if (!(Test-Path "C:\Program Files\MetaTrader 5\terminal64.exe")) {
31+
Write-Error "MetaTrader 5 installation failed."
32+
exit 1
33+
}
34+
2835
- name: Install Python dependencies
2936
run: |
3037
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)