Skip to content

1.29.0

1.29.0 #259

---
name: Test install_xnat playbook
on:
pull_request:
paths:
- molecule_configs/*
- playbooks/**
- roles/**
- .github/workflows/molecule-install-xnat.yml
- "!**/README.md"
release:
types:
- published
concurrency:
cancel-in-progress: true
group: >-
${{ github.workflow }}-${{ github.event.pull_request.number }}
jobs:
molecule-install-xnat:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
scenario:
- centos7_xnat
- rocky9_xnat
env:
MOLECULE_RUN_TAGS: all
PY_COLORS: 1
ANSIBLE_FORCE_COLOR: 1
steps:
- uses: UCL-MIRSG/.github/actions/molecule-test@eec857fd453c82e80f724869d952d2ef27d8609c # v0.108.0
with:
ansible_major_version: ${{ vars.ANSIBLE_MAJOR_VERSION }}
scenario: ${{ matrix.scenario }}
checkout_path: ansible_collections/mirsg/infrastructure
tests_path: ansible_collections/mirsg/infrastructure/playbooks