Skip to content

Commit

Permalink
Add workflow for testing tomcat role with molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Mar 24, 2024
1 parent 056a7a3 commit 7c62e48
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/molecule-tomcat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Test tomcat

# yamllint disable-line rule:truthy
on:
pull_request:
paths:
- "molecule_configs/*"
- "roles/tomcat/**"
- ".github/workflows/molecule.yml"
- ".github/workflows/molecule-tomcat.yml"

jobs:
molecule-tomcat:
uses: ./.github/workflows/molecule.yml
with:
tests-path: ansible_collections/mirsg/infrastructure/roles/tomcat

0 comments on commit 7c62e48

Please sign in to comment.