Skip to content

Renovate: dependency xnatdev/container-service to v3.5.0 #97

Renovate: dependency xnatdev/container-service to v3.5.0

Renovate: dependency xnatdev/container-service to v3.5.0 #97

---
name: Test Docker
on:
pull_request:
paths:
- molecule_configs/*
- playbooks/**
- roles/**
- .github/workflows/molecule-docker.yml
- "!**/README.md"
concurrency:
cancel-in-progress: true
group: >-
${{ github.workflow }}-${{ github.event.pull_request.number }}
jobs:
molecule-docker:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
scenario:
- centos7
- rocky9
env:
MOLECULE_RUN_TAGS: all
PY_COLORS: 1
ANSIBLE_FORCE_COLOR: 1
steps:
- uses: UCL-MIRSG/.github/actions/molecule-test@84b2c6715e331fe405f45faff062a6ce93f2a346 # v0.119.0
with:
ansible_major_version: ${{ vars.ANSIBLE_MAJOR_VERSION }}
scenario: ${{ matrix.scenario }}
base_config:
${{ format('{0}{1}_base_config.yml', '../../molecule_configs/',
matrix.scenario ) }}
checkout_path: ansible_collections/mirsg/infrastructure
tests_path: ansible_collections/mirsg/infrastructure/roles/docker