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

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

Bump robertdebock/molecule-action from 6.0.0 to 6.0.1

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

Workflow file for this run

---
name: Test role
on: [pull_request]
jobs:
molecule:
name: Runs molecule for the ansible role
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- name: Test
uses: robertdebock/molecule-action@6.0.1
with:
image: "ubuntu"
tag: "latest"