fix(CI): Break up workflows and use templates

This commit is contained in:
Timothy Stewart
2023-10-29 15:22:05 -05:00
parent 4066ca7b6c
commit 71821b2be3
4 changed files with 72 additions and 75 deletions

View File

@@ -1,5 +1,5 @@
---
name: Molecule Template
name: Molecule Single Node
on:
workflow_call:
jobs:
@@ -78,7 +78,7 @@ jobs:
- name: Upload log files
if: always() # do this even if a step before has failed
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # 3.1.1
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # 3.1.3
with:
name: logs
path: |