forked from tim/k3s-ansible
fix(CI): Break up workflows and use templates
This commit is contained in:
2
.github/workflows/molecule-template.yml
vendored
2
.github/workflows/molecule-template.yml
vendored
@@ -1,7 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Molecule Template
|
name: Molecule Template
|
||||||
on:
|
|
||||||
workflow_call:
|
|
||||||
jobs:
|
jobs:
|
||||||
molecule:
|
molecule:
|
||||||
name: Molecule
|
name: Molecule
|
||||||
|
|||||||
2
.github/workflows/test-default.yml
vendored
2
.github/workflows/test-default.yml
vendored
@@ -9,4 +9,4 @@ jobs:
|
|||||||
scenario:
|
scenario:
|
||||||
- default
|
- default
|
||||||
extends:
|
extends:
|
||||||
- ./.github/workflows/molecule-template.yml
|
- .github/workflows/molecule-template.yml
|
||||||
|
|||||||
2
.github/workflows/test-ipv6.yml
vendored
2
.github/workflows/test-ipv6.yml
vendored
@@ -9,4 +9,4 @@ jobs:
|
|||||||
scenario:
|
scenario:
|
||||||
- ipv6
|
- ipv6
|
||||||
extends:
|
extends:
|
||||||
- ./.github/workflows/molecule-template.yml
|
- .github/workflows/molecule-template.yml
|
||||||
|
|||||||
2
.github/workflows/test-single-node.yml
vendored
2
.github/workflows/test-single-node.yml
vendored
@@ -9,4 +9,4 @@ jobs:
|
|||||||
scenario:
|
scenario:
|
||||||
- single_node
|
- single_node
|
||||||
extends:
|
extends:
|
||||||
- ./.github/workflows/molecule-template.yml
|
- .github/workflows/molecule-template.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user