Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Add tasks for generating TLS certificates (#17) #46

Add tasks for generating TLS certificates (#17)

Add tasks for generating TLS certificates (#17) #46

Workflow file for this run

name: Molecule Test
on:
pull_request:
push:
branches:
- main
jobs:
molecule:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
molecule_scenario:
- centos7
- rocky8
env:
PY_COLORS: 1
ANSIBLE_FORCE_COLOR: 1
steps:
- name: Run `molecule test`
uses: UCL-MIRSG/.github/actions/[email protected]
with:
scenario: ${{ matrix.molecule_scenario }}