Skip to content

Use metatrader as a role name #42

Use metatrader as a role name

Use metatrader as a role name #42

Workflow file for this run

---
name: Molecule
# yamllint disable-line rule:truthy
on:
pull_request:
push:
jobs:
Test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
scenario:
- mt4
- default
steps:
- uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
- uses: gofrolist/molecule-action@v2
with:
molecule_args: --scenario-name ${{ matrix.scenario }}
molecule_working_dir: "${{ github.repository }}"