mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-06-25 10:37:21 +02:00
fix(CI): Break up workflows and use templates
This commit is contained in:
@@ -4,7 +4,8 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: .github/workflows/molecule-template.yml
|
- name: Default
|
||||||
|
uses: .github/workflows/molecule-template.yml
|
||||||
molecule:
|
molecule:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
@@ -4,7 +4,8 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: .github/workflows/molecule-template.yml
|
- name: IPv6
|
||||||
|
uses: .github/workflows/molecule-template.yml
|
||||||
molecule:
|
molecule:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
@@ -4,7 +4,8 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: .github/workflows/molecule-template.yml
|
- name: Single Node
|
||||||
|
uses: .github/workflows/molecule-template.yml
|
||||||
molecule:
|
molecule:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Reference in New Issue
Block a user