mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-25 18:23:05 +01:00
fix(CI): Break up workflows and use templates
This commit is contained in:
8
.github/workflows/molecule-template.yml
vendored
8
.github/workflows/molecule-template.yml
vendored
@@ -2,14 +2,6 @@
|
||||
name: Molecule Template
|
||||
on:
|
||||
workflow_call:
|
||||
jobs:
|
||||
molecule:
|
||||
name: Molecule
|
||||
runs-on: macos-12
|
||||
strategy:
|
||||
fail-fast: false
|
||||
env:
|
||||
PYTHON_VERSION: "3.11"
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
||||
7
.github/workflows/test-default.yml
vendored
7
.github/workflows/test-default.yml
vendored
@@ -3,6 +3,13 @@ name: Test Default
|
||||
on:
|
||||
workflow_call:
|
||||
jobs:
|
||||
molecule:
|
||||
name: Molecule
|
||||
runs-on: macos-12
|
||||
strategy:
|
||||
fail-fast: false
|
||||
env:
|
||||
PYTHON_VERSION: "3.11"
|
||||
steps:
|
||||
- uses: ./.github/workflows/molecule-template.yml
|
||||
molecule:
|
||||
|
||||
7
.github/workflows/test-ipv6.yml
vendored
7
.github/workflows/test-ipv6.yml
vendored
@@ -3,6 +3,13 @@ name: Test IPv6
|
||||
on:
|
||||
workflow_call:
|
||||
jobs:
|
||||
molecule:
|
||||
name: Molecule
|
||||
runs-on: macos-12
|
||||
strategy:
|
||||
fail-fast: false
|
||||
env:
|
||||
PYTHON_VERSION: "3.11"
|
||||
steps:
|
||||
- uses: ./.github/workflows/molecule-template.yml
|
||||
molecule:
|
||||
|
||||
7
.github/workflows/test-single-node.yml
vendored
7
.github/workflows/test-single-node.yml
vendored
@@ -3,6 +3,13 @@ name: Test Single Node
|
||||
on:
|
||||
workflow_call:
|
||||
jobs:
|
||||
molecule:
|
||||
name: Molecule
|
||||
runs-on: macos-12
|
||||
strategy:
|
||||
fail-fast: false
|
||||
env:
|
||||
PYTHON_VERSION: "3.11"
|
||||
steps:
|
||||
- uses: ./.github/workflows/molecule-template.yml
|
||||
molecule:
|
||||
|
||||
Reference in New Issue
Block a user