Skip to content

Commit 77f8a27

Browse files
committed
old version
1 parent e1ed0e9 commit 77f8a27

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
Write-Host "Download completed. File size: $((Get-Item $output).Length) bytes"
2525
2626
- name: Install MetaTrader5
27-
shell: pwsh
2827
run: |
2928
$process = Start-Process -FilePath ".\mt5setup.exe" -ArgumentList "/auto", "/portable" -PassThru
3029
$process.WaitForExit(300000)
@@ -33,14 +32,8 @@ jobs:
3332
Stop-Process -Id $process.Id -Force
3433
exit 1
3534
}
35+
shell: pwsh
3636

37-
# Verify installation
38-
if (-not (Test-Path "$installDir\terminal64.exe")) {
39-
Write-Host "Directory contents:"
40-
Get-ChildItem $installDir -Recurse
41-
Write-Error "Installation failed - terminal64.exe not found"
42-
exit 1
43-
}
4437

4538
- name: Launch MT5
4639
shell: pwsh

0 commit comments

Comments
 (0)