Skip to content

Commit

Permalink
GHA: Includes compilation of indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 22, 2024
1 parent 486f9e7 commit b8d2193
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,14 @@ jobs:
- uses: actions/download-artifact@v4
with:
pattern: .mt${{ matrix.version }}
- name: Compile
- name: Compile indicators
uses: fx31337/mql-compile-action@master
with:
include: .
mt-path: .mt${{ matrix.version }}
path: "**/indicators-*/**/*.mq4"
verbose: true
- name: Compile strategy
uses: fx31337/mql-compile-action@master
with:
include: .
Expand Down

0 comments on commit b8d2193

Please sign in to comment.