Skip to content

Commit 802b396

Browse files
committed
quotation mark
1 parent 05d1610 commit 802b396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
env:
7171
MT5_LOGIN: ${{ secrets.MT5_LOGIN }}
7272
MT5_PASSWORD: ${{ secrets.MT5_PASSWORD }}
73-
MT5_SERVER: "'MetaQuotes-Demo'"
73+
MT5_SERVER: "MetaQuotes-Demo"
7474
MT5_PATH: "C:\\Program Files\\MetaTrader 5\\terminal64.exe"
7575
run: |
7676
python tests/integration/test_mt5_connection.py

0 commit comments

Comments
 (0)