mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-06-25 18:47:21 +02:00
fix(CI): Break up workflows and use templates
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
@@ -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