From 33c6a6a09cea03d81fefda19faa72715eb2c687b Mon Sep 17 00:00:00 2001 From: kenorb Date: Sun, 28 Jan 2024 13:25:01 +0000 Subject: [PATCH] Corrects paths for workflows --- .github/workflows/backtest.yml | 6 +++--- .github/workflows/compile.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/backtest.yml b/.github/workflows/backtest.yml index 76757a6..d03fca9 100644 --- a/.github/workflows/backtest.yml +++ b/.github/workflows/backtest.yml @@ -37,14 +37,14 @@ jobs: include: . init-platform: true mt-version: 5.0.0.2361 - path: Stg_Oscillator_Cross.mq4 + path: Oscillator_Cross/Stg_Oscillator_Cross.mq4 verbose: true - name: Compile for MQL5 uses: fx31337/mql-compile-action@master with: include: . mt-version: 5.0.0.2515 - path: Stg_Oscillator_Cross.mq5 + path: Oscillator_Cross/Stg_Oscillator_Cross.mq5 verbose: true - name: List compiled files run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname' @@ -75,7 +75,7 @@ jobs: OptFormatBrief: true OptFormatJson: true OptVerbose: true - TestExpert: "Stg_Oscillator_Cross" + TestExpert: Oscillator_Cross/Stg_Oscillator_Cross TestPeriod: M1 TestReportName: Report-${{ matrix.year }}-${{ matrix.month }} - name: Upload results diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 6dba81e..fa772cf 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -39,14 +39,14 @@ jobs: include: . init-platform: true mt-version: 5.0.0.2361 - path: Stg_Oscillator_Cross.mq4 + path: Oscillator_Cross/Stg_Oscillator_Cross.mq4 verbose: true - name: Compile for MQL5 uses: fx31337/mql-compile-action@master with: include: . mt-version: 5.0.0.2515 - path: Stg_Oscillator_Cross.mq5 + path: Oscillator_Cross/Stg_Oscillator_Cross.mq5 verbose: true - name: List compiled files run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'