forked from tim/k3s-ansible
fix(CI): Break up workflows and use templates
This commit is contained in:
2
.github/workflows/test-default.yml
vendored
2
.github/workflows/test-default.yml
vendored
@@ -4,7 +4,7 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/workflows/molecule-template.yml
|
- uses: .github/workflows/molecule-template.yml
|
||||||
molecule:
|
molecule:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
2
.github/workflows/test-ipv6.yml
vendored
2
.github/workflows/test-ipv6.yml
vendored
@@ -4,7 +4,7 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/workflows/molecule-template.yml
|
- uses: .github/workflows/molecule-template.yml
|
||||||
molecule:
|
molecule:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
2
.github/workflows/test-single-node.yml
vendored
2
.github/workflows/test-single-node.yml
vendored
@@ -4,7 +4,7 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/workflows/molecule-template.yml
|
- uses: .github/workflows/molecule-template.yml
|
||||||
molecule:
|
molecule:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Reference in New Issue
Block a user