Skip to content

Commit

Permalink
Test the ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jun 17, 2024
1 parent 3f11fe2 commit be47af9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Test role

on: [push, 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: Fake the ansible role is at the top dir
run: |
mv deploy/roles/catchall/* .
- name: Test
uses: robertdebock/[email protected]
with:
image: "ubuntu"
tag: "latest"

0 comments on commit be47af9

Please sign in to comment.