fix(CI): Break up workflows and use templates

This commit is contained in:
Timothy Stewart
2023-10-29 13:33:16 -05:00
parent 756c140bee
commit d90fde7b3b
4 changed files with 21 additions and 8 deletions

View File

@@ -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: