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 756c140 commit d90fde7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/molecule-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
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
7 changes: 7 additions & 0 deletions .github/workflows/test-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name: Test Default
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:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test-ipv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name: Test IPv6
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:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/test-single-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d90fde7

Please sign in to comment.