Skip to content

Sets merge-multiple to download artifacts into the current directory #268

Sets merge-multiple to download artifacts into the current directory

Sets merge-multiple to download artifacts into the current directory #268

Workflow file for this run

---
name: Test
# yamllint disable-line rule:truthy
on:
pull_request:
paths:
- '**.h'
- '**.mq?'
- .github/workflows/test.yml
- src/*.mq?
- src/*.mq[45h]
- src/include/**
push:
paths:
- '**.h'
- '**.mq?'
- .github/workflows/test.yml
- src/*.mq?
- src/*.mq[45h]
- src/include/**
jobs:
compile:
name: Compile
uses: ./.github/workflows/compile.yml
test:
defaults:
run:
shell: bash
name: Test
needs: compile
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
merge-multiple: true
pattern: EA-Libre.ex?
- name: List compiled files
run: find . -name "*.ex[45]" -type f
- name: Run test
uses: fx31337/mql-tester-action@dev
with:
TestDeposit: 10000
TestExpert: EA31337-Libre.ex5
TestPeriod: M15
UrlExpert: file://EA31337-Libre.ex5