Skip to content

Commit

Permalink
GHA: Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 9, 2024
1 parent 2ec11ff commit 41a3fae
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-pattern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ jobs:
with:
name: Results-Pattern-${{ matrix.test }}
path: '**.csv'
- if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 20

cleanup:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-price-multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-price-range.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-price.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 41a3fae

Please sign in to comment.