Skip to content

[All] Tweak molecule docker config #189

[All] Tweak molecule docker config

[All] Tweak molecule docker config #189

name: Molecule - MongoDB
on:
pull_request:
paths:
- .manala.yaml
- .github/workflows/molecule.mongodb.yaml
- .config/molecule/config.yml
- molecule/Dockerfile.*
- molecule/mongodb.*/**
- roles/mongodb/**
# Plugins
- plugins/filter/staten.py
workflow_dispatch:
inputs:
debug:
type: boolean
description: Run with tmate debugging
required: false
default: false
jobs:
mongodb:
uses: ./.github/workflows/molecule.yaml
with:
debug: ${{ inputs.debug == true }}
scenario: mongodb
versions: '[4.4]'