Skip to content

needs fixing

needs fixing #63

Workflow file for this run

# ---
# name: CI
# on:
# - push
# jobs:
# build:
# runs-on: ubuntu-latest
# strategy:
# fail-fast: false
# matrix:
# scenario:
# - ubuntu
# steps:
# - name: checkout
# uses: actions/checkout@v2
# with:
# path: "${{ github.repository }}"
# - name: Run Molecule tests
# uses: onaio/molecule-action@master
# with:
# molecule_args: --all