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 05d1610 commit 802b396Copy full SHA for 802b396
.github/workflows/test-metatrader5-integration.yml
@@ -70,7 +70,7 @@ jobs:
70
env:
71
MT5_LOGIN: ${{ secrets.MT5_LOGIN }}
72
MT5_PASSWORD: ${{ secrets.MT5_PASSWORD }}
73
- MT5_SERVER: "'MetaQuotes-Demo'"
+ MT5_SERVER: "MetaQuotes-Demo"
74
MT5_PATH: "C:\\Program Files\\MetaTrader 5\\terminal64.exe"
75
run: |
76
python tests/integration/test_mt5_connection.py
0 commit comments