forked from tim/k3s-ansible
fix(CI): Break up workflows and use templates
This commit is contained in:
4
.github/workflows/test-default.yml
vendored
4
.github/workflows/test-default.yml
vendored
@@ -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
|
|
||||||
|
|||||||
4
.github/workflows/test-ipv6.yml
vendored
4
.github/workflows/test-ipv6.yml
vendored
@@ -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
|
|
||||||
|
|||||||
4
.github/workflows/test-single-node.yml
vendored
4
.github/workflows/test-single-node.yml
vendored
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user