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 a7d4f88 commit 32b9bfa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/molecule-template.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
name: Molecule Template
on:
workflow_call:
jobs:
molecule:
name: Molecule
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
scenario:
- default
extends:
- ./.github/workflows/molecule-template.yml
- .github/workflows/molecule-template.yml
2 changes: 1 addition & 1 deletion .github/workflows/test-ipv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
scenario:
- ipv6
extends:
- ./.github/workflows/molecule-template.yml
- .github/workflows/molecule-template.yml
2 changes: 1 addition & 1 deletion .github/workflows/test-single-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
scenario:
- single_node
extends:
- ./.github/workflows/molecule-template.yml
- .github/workflows/molecule-template.yml

0 comments on commit 32b9bfa

Please sign in to comment.