File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 66 build :
77 strategy :
88 matrix :
9- os : [windows-latest, windows-2022 ]
9+ os : [windows-latest, windows-2025 ]
1010 runs-on : ${{ matrix.os }}
1111 steps :
1212 - name : Checkout repository
3535 }
3636 shell : pwsh
3737
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-
4438 - name : Kill any existing MT5 processes
4539 run : |
4640 Get-Process terminal64 -ErrorAction SilentlyContinue | Stop-Process -Force
6054 break
6155 }
6256 }
63- Start-Sleep -Seconds 15
57+ Start-Sleep -Seconds 30 # Increase wait time for MT5 to fully launch
6458 shell : pwsh
6559
6660 - name : Check MT5 process running
You can’t perform that action at this time.
0 commit comments