fix(CI): Break up workflows and use templates

This commit is contained in:
Timothy Stewart
2023-10-29 13:11:55 -05:00
parent a7d4f88b79
commit 32b9bfa44f
4 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
--- ---
name: Molecule Template name: Molecule Template
on:
workflow_call:
jobs: jobs:
molecule: molecule:
name: Molecule name: Molecule

View File

@@ -9,4 +9,4 @@ jobs:
scenario: scenario:
- default - default
extends: extends:
- ./.github/workflows/molecule-template.yml - .github/workflows/molecule-template.yml

View File

@@ -9,4 +9,4 @@ jobs:
scenario: scenario:
- ipv6 - ipv6
extends: extends:
- ./.github/workflows/molecule-template.yml - .github/workflows/molecule-template.yml

View File

@@ -9,4 +9,4 @@ jobs:
scenario: scenario:
- single_node - single_node
extends: extends:
- ./.github/workflows/molecule-template.yml - .github/workflows/molecule-template.yml