Skip to content

Merge remote-tracking branch 'origin/v3.006-dev' into v3.008-dev-new #48

Merge remote-tracking branch 'origin/v3.006-dev' into v3.008-dev-new

Merge remote-tracking branch 'origin/v3.006-dev' into v3.008-dev-new #48

---
name: Test Storage/Dict
# yamllint disable-line rule:truthy
on:
pull_request:
paths:
- 'Storage/Dict/**'
- '.github/workflows/test-storage-dict.yml'
push:
paths:
- 'Storage/Dict/**'
- '.github/workflows/test-storage-dict.yml'
jobs:
compile:
name: Compile
uses: ./.github/workflows/compile-mql.yml
with:
artifact_prefix: mt
path: Buffer
skip_cleanup: true
Tests-MQL4:
defaults:
run:
shell: bash
working-directory: Storage/Dict/tests
if: false
needs: compile
runs-on: ubuntu-latest
strategy:
matrix:
test:
- Dict.test
steps:
- uses: actions/download-artifact@v3
with:
name: files-ex4
- name: Run ${{ matrix.test }}
uses: fx31337/mql-tester-action@master
with:
Script: ${{ matrix.test }}
RunOnError: show_logs 200
timeout-minutes: 10
cleanup:
name: Clean-up
needs: [compile]
uses: ./.github/workflows/cleanup.yml