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 85f7ec6 commit bc6aa32
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ jobs:
name: Molecule
runs-on: macos-12
strategy:
matrix:
scenario:
- default

fail-fast: false
env:
PYTHON_VERSION: "3.11"
steps:
- uses: ./.github/workflows/molecule-template.yml
molecule:
strategy:
matrix:
scenario:
- default
8 changes: 3 additions & 5 deletions .github/workflows/test-ipv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ jobs:
name: Molecule
runs-on: macos-12
strategy:
matrix:
scenario:
- ipv6
fail-fast: false
env:
PYTHON_VERSION: "3.11"
steps:
- uses: ./.github/workflows/molecule-template.yml
molecule:
strategy:
matrix:
scenario:
- ipv6
8 changes: 3 additions & 5 deletions .github/workflows/test-single-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ jobs:
name: Molecule
runs-on: macos-12
strategy:
matrix:
scenario:
- single_node
fail-fast: false
env:
PYTHON_VERSION: "3.11"
steps:
- uses: ./.github/workflows/molecule-template.yml
molecule:
strategy:
matrix:
scenario:
- single_node

0 comments on commit bc6aa32

Please sign in to comment.