Skip to content

Commit

Permalink
fix(CI): Break up workflows and use templates
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Oct 29, 2023
1 parent d90fde7 commit 85f7ec6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/molecule-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 85f7ec6

Please sign in to comment.