Skip to content

Commit f9aaa91

Browse files
committed
2025
1 parent d2d99ce commit f9aaa91

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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
@@ -35,12 +35,6 @@ jobs:
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
@@ -60,7 +54,7 @@ jobs:
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

0 commit comments

Comments
 (0)