mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-26 10:43:04 +01:00
fix(CI): Break up workflows and use templates
This commit is contained in:
12
.github/workflows/molecule-template.yml
vendored
12
.github/workflows/molecule-template.yml
vendored
@@ -1,16 +1,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:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Check out the codebase
|
||||
|
||||
Reference in New Issue
Block a user