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 d2d99ce commit f9aaa91Copy full SHA for f9aaa91
1 file changed
.github/workflows/test-metatrader5-integration.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- os: [windows-latest, windows-2022]
+ os: [windows-latest, windows-2025]
10
runs-on: ${{ matrix.os }}
11
steps:
12
- name: Checkout repository
@@ -35,12 +35,6 @@ jobs:
35
}
36
shell: pwsh
37
38
- - name: Copy MT5 configuration
39
- run: |
40
- # Ensure the config folder exists and copy the saved config files
41
- Copy-Item -Path ".github/mt5-config/*" -Destination ".\MetaTrader 5\config" -Recurse -Force
42
- shell: pwsh
43
-
44
- name: Kill any existing MT5 processes
45
run: |
46
Get-Process terminal64 -ErrorAction SilentlyContinue | Stop-Process -Force
@@ -60,7 +54,7 @@ jobs:
60
54
break
61
55
62
56
63
- Start-Sleep -Seconds 15
57
+ Start-Sleep -Seconds 30 # Increase wait time for MT5 to fully launch
64
58
65
59
66
- name: Check MT5 process running
0 commit comments