Skip to content

Fixes error: dict object has no attribute #22

Fixes error: dict object has no attribute

Fixes error: dict object has no attribute #22

Workflow file for this run

---
name: Molecule
# yamllint disable-line rule:truthy
on:
pull_request:
push:
jobs:
Test-MT4:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
- uses: robertdebock/molecule-action@master
with:
scenario: mt4
Test-MT5:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- uses: robertdebock/molecule-action@master
with:
scenario: default