Skip to content

chore: Move project to org mila-iqia #28

chore: Move project to org mila-iqia

chore: Move project to org mila-iqia #28

Workflow file for this run

---
name: Molecule unit testing
on:
push:
branches:
- main
pull_request:
jobs:
molecule:
name: Molecule test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
scenario:
- default
- ovs
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Molecule
uses: gofrolist/molecule-action@v2
with:
molecule_args: --scenario-name ${{ matrix.scenario }}