Skip to content

GHA: Refactors Test workflow #93

GHA: Refactors Test workflow

GHA: Refactors Test workflow #93

Workflow file for this run

---
name: Backtest
# yamllint disable-line rule:truthy
on:
push:
branches:
- 'v*-backtest'
release:
types:
- published
jobs:
compile:
name: Compile
uses: .github/workflows/compile.yml@dev-v3000

Check failure on line 17 in .github/workflows/backtest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/backtest.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
backtest:
defaults:
run:
shell: bash
name: Backtest
needs: compile
runs-on: ubuntu-latest
strategy:
matrix:
deposit: [10000, 100000]
year: [2020]
steps:
- uses: actions/download-artifact@v2
with:
name: EA
- name: Test ${{ matrix.year }}.${{ matrix.month }}
uses: fx31337/mql-tester-action@dev
with:
TestDeposit: ${{ matrix.deposit }}
TestExpert: EA31337-Libre
TestPeriod: M1