fix(CI): Break up workflows and use templates

This commit is contained in:
Timothy Stewart
2023-10-29 13:09:41 -05:00
parent e880f08d26
commit a7d4f88b79
5 changed files with 45 additions and 8 deletions

12
.github/workflows/test-default.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
---
name: Test Default
on:
workflow_call:
jobs:
molecule:
strategy:
matrix:
scenario:
- default
extends:
- ./.github/workflows/molecule-template.yml