Skip to content

Commit

Permalink
fix(CI): Break up workflows and use templates
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Oct 29, 2023
1 parent 32b9bfa commit 2b4ef14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Test Default
on:
workflow_call:
jobs:
steps:
- uses: ./.github/workflows/molecule-template.yml
molecule:
strategy:
matrix:
scenario:
- default
extends:
- .github/workflows/molecule-template.yml
4 changes: 2 additions & 2 deletions .github/workflows/test-ipv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Test IPv6
on:
workflow_call:
jobs:
steps:
- uses: ./.github/workflows/molecule-template.yml
molecule:
strategy:
matrix:
scenario:
- ipv6
extends:
- .github/workflows/molecule-template.yml
4 changes: 2 additions & 2 deletions .github/workflows/test-single-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Test Single Node
on:
workflow_call:
jobs:
steps:
- uses: ./.github/workflows/molecule-template.yml
molecule:
strategy:
matrix:
scenario:
- single_node
extends:
- .github/workflows/molecule-template.yml

0 comments on commit 2b4ef14

Please sign in to comment.