Skip to content

Commit

Permalink
Adds ea-mt5-win job
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 23, 2024
1 parent 675560e commit d382bd3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,25 @@ jobs:
- if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 20
ea-mt5-win:
name: Run EA (MT5) on Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Run Libre (5)
uses: ./
with:
Login: ${{ secrets.MT_RUNNER_MT5_LOGIN || '12345' }}
Password: ${{ secrets.MT_RUNNER_MT5_PASSWORD || 'SETME' }}
Server: MetaQuotes-Demo
TestExpert: EA31337-Libre-v1.013.ex5
TestFromDate: 2024.01.01
TestPeriod: M15
TestSymbol: EURUSD
TestToDate: 2024.01.12
UrlExpert: >-
https://github.com/EA31337/EA31337-Libre/releases/download/v1.013/EA31337-Libre-v1.013.ex5
Version: 5
- if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 20

0 comments on commit d382bd3

Please sign in to comment.