fix(CI): Break up workflows and use templates

This commit is contained in:
Timothy Stewart
2023-10-29 13:20:01 -05:00
parent fb6d94362c
commit 14aa2f8383
3 changed files with 6 additions and 3 deletions

View File

@@ -4,7 +4,8 @@ on:
workflow_call: workflow_call:
jobs: jobs:
steps: steps:
- uses: .github/workflows/molecule-template.yml - name: Default
uses: .github/workflows/molecule-template.yml
molecule: molecule:
strategy: strategy:
matrix: matrix:

View File

@@ -4,7 +4,8 @@ on:
workflow_call: workflow_call:
jobs: jobs:
steps: steps:
- uses: .github/workflows/molecule-template.yml - name: IPv6
uses: .github/workflows/molecule-template.yml
molecule: molecule:
strategy: strategy:
matrix: matrix:

View File

@@ -4,7 +4,8 @@ on:
workflow_call: workflow_call:
jobs: jobs:
steps: steps:
- uses: .github/workflows/molecule-template.yml - name: Single Node
uses: .github/workflows/molecule-template.yml
molecule: molecule:
strategy: strategy:
matrix: matrix: