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 fb6d943 commit 14aa2f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
workflow_call:
jobs:
steps:
- uses: .github/workflows/molecule-template.yml
- name: Default
uses: .github/workflows/molecule-template.yml
molecule:
strategy:
matrix:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-ipv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
workflow_call:
jobs:
steps:
- uses: .github/workflows/molecule-template.yml
- name: IPv6
uses: .github/workflows/molecule-template.yml
molecule:
strategy:
matrix:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-single-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
workflow_call:
jobs:
steps:
- uses: .github/workflows/molecule-template.yml
- name: Single Node
uses: .github/workflows/molecule-template.yml
molecule:
strategy:
matrix:
Expand Down

0 comments on commit 14aa2f8

Please sign in to comment.