forked from tim/k3s-ansible
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,6 +2,14 @@
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user