Skip to content

Bump robertdebock/molecule-action from 6.0.0 to 6.0.1 #95

Bump robertdebock/molecule-action from 6.0.0 to 6.0.1

Bump robertdebock/molecule-action from 6.0.0 to 6.0.1 #95

Workflow file for this run

---
name: CI
on:
- push
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
config:
- image: geerlingguy/docker-ubuntu2204-ansible
tag: latest
- image: geerlingguy/docker-rockylinux9-ansible
tag: latest
- image: rsprta/opensuse-ansible
tag: latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/[email protected]
with:
options: parallel
scenario: default
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}