Skip to content

ci(molecule): use reusable workflow #157

ci(molecule): use reusable workflow

ci(molecule): use reusable workflow #157

Workflow file for this run

---
name: Ansible Molecule
on:
push:
tags_ignore:
- '*'
pull_request:
schedule:
- cron: '3 2 2 * *'
jobs:
test:
uses: adfinis/github-workflows-bareos/.github/workflows/[email protected]
with:
systems: |
{
"config": [
{
"image": "debian",
"tag": "latest"
},
{
"image": "debian",
"tag": "bullseye"
},
{
"image": "enterpriselinux",
"tag": "latest"
},
{
"image": "fedora",
"tag": "39"
},
{
"image": "fedora",
"tag": "latest"
},
{
"image": "ubuntu",
"tag": "jammy"
},
{
"image": "ubuntu",
"tag": "latest"
}
]
}