Skip to content

add missing if compare-version to pipeline #77

add missing if compare-version to pipeline

add missing if compare-version to pipeline #77

Workflow file for this run

name: check PR (node_backup)
on:
pull_request:
paths:
- roles/node_backup/**
- .github/**
jobs:
run-molecule-tests:
strategy:
fail-fast: false
matrix:
molecule-driver: [docker]
uses: ./.github/workflows/reusable-molecule.yml
with:
role-name: node
molecule-driver: ${{ matrix.molecule-driver }}