From 756c140beee621049ceda92c384662e7670aeb58 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 29 Oct 2023 13:32:34 -0500 Subject: [PATCH] fix(CI): Break up workflows and use templates --- .github/workflows/molecule-template.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/molecule-template.yml b/.github/workflows/molecule-template.yml index 536399b87..11996bc85 100644 --- a/.github/workflows/molecule-template.yml +++ b/.github/workflows/molecule-template.yml @@ -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: