fix(CI): Break up workflows and use templates

This commit is contained in:
Timothy Stewart
2023-10-29 13:15:25 -05:00
parent 32b9bfa44f
commit 2b4ef14b49
3 changed files with 6 additions and 6 deletions

View File

@@ -3,10 +3,10 @@ name: Test Default
on: on:
workflow_call: workflow_call:
jobs: jobs:
steps:
- uses: ./.github/workflows/molecule-template.yml
molecule: molecule:
strategy: strategy:
matrix: matrix:
scenario: scenario:
- default - default
extends:
- .github/workflows/molecule-template.yml

View File

@@ -3,10 +3,10 @@ name: Test IPv6
on: on:
workflow_call: workflow_call:
jobs: jobs:
steps:
- uses: ./.github/workflows/molecule-template.yml
molecule: molecule:
strategy: strategy:
matrix: matrix:
scenario: scenario:
- ipv6 - ipv6
extends:
- .github/workflows/molecule-template.yml

View File

@@ -3,10 +3,10 @@ name: Test Single Node
on: on:
workflow_call: workflow_call:
jobs: jobs:
steps:
- uses: ./.github/workflows/molecule-template.yml
molecule: molecule:
strategy: strategy:
matrix: matrix:
scenario: scenario:
- single_node - single_node
extends:
- .github/workflows/molecule-template.yml