fix(CI): Break up workflows and use templates

This commit is contained in:
Timothy Stewart
2023-10-29 13:32:34 -05:00
parent 85c1826985
commit 756c140bee

View File

@@ -2,6 +2,14 @@
name: Molecule Template name: Molecule Template
on: on:
workflow_call: workflow_call:
jobs:
molecule:
name: Molecule
runs-on: macos-12
strategy:
fail-fast: false
env:
PYTHON_VERSION: "3.11"
runs: runs:
using: "composite" using: "composite"
steps: steps: