diff --git a/.github/workflows/run-pattern.yml b/.github/workflows/run-pattern.yml index 208a635..b0dce2e 100644 --- a/.github/workflows/run-pattern.yml +++ b/.github/workflows/run-pattern.yml @@ -133,8 +133,6 @@ jobs: with: name: Results-Pattern-${{ matrix.test }} path: '**.csv' - - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 timeout-minutes: 20 cleanup: diff --git a/.github/workflows/run-price-multi.yml b/.github/workflows/run-price-multi.yml index 5d372c9..8ca7672 100644 --- a/.github/workflows/run-price-multi.yml +++ b/.github/workflows/run-price-multi.yml @@ -116,7 +116,7 @@ jobs: - name: List files run: find . -ls - name: Run Indicator strategy with ${{ matrix.test }} indicator - uses: fx31337/mql-tester-action@dev + uses: fx31337/mql-tester-action@master with: Login: ${{ secrets.MT5_LOGIN }} Password: ${{ secrets.MT5_PASSWORD }} diff --git a/.github/workflows/run-price-range.yml b/.github/workflows/run-price-range.yml index c1e6771..3084b90 100644 --- a/.github/workflows/run-price-range.yml +++ b/.github/workflows/run-price-range.yml @@ -118,7 +118,7 @@ jobs: - name: List files run: find . -ls - name: Run Indicator strategy with ${{ matrix.test }} indicator - uses: fx31337/mql-tester-action@dev + uses: fx31337/mql-tester-action@master with: Login: ${{ secrets.MT5_LOGIN }} Password: ${{ secrets.MT5_PASSWORD }} diff --git a/.github/workflows/run-price.yml b/.github/workflows/run-price.yml index f756509..a50a809 100644 --- a/.github/workflows/run-price.yml +++ b/.github/workflows/run-price.yml @@ -121,7 +121,7 @@ jobs: - name: List files run: find . -ls - name: Run Indicator strategy with ${{ matrix.test }} indicator - uses: fx31337/mql-tester-action@dev + uses: fx31337/mql-tester-action@master with: Login: ${{ secrets.MT5_LOGIN }} Password: ${{ secrets.MT5_PASSWORD }}