Skip to content

[All] Tweak molecule docker config #278

[All] Tweak molecule docker config

[All] Tweak molecule docker config #278

name: Molecule - Dnsmasq
on:
pull_request:
paths:
- .manala.yaml
- .github/workflows/molecule.dnsmasq.yaml
- .config/molecule/config.yml
- molecule/Dockerfile.*
- molecule/dnsmasq/**
- roles/dnsmasq/**
# Plugins
- plugins/lookup/templates_exclusive.py
workflow_dispatch:
inputs:
debug:
type: boolean
description: Run with tmate debugging
required: false
default: false
jobs:
dnsmasq:
uses: ./.github/workflows/molecule.yaml
with:
debug: ${{ inputs.debug == true }}
scenario: dnsmasq