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

0 comments on commit fb6d943

Please sign in to comment.