forked from tim/k3s-ansible
fix(CI): Break up workflows and use templates
This commit is contained in:
4
.github/workflows/test-default.yml
vendored
4
.github/workflows/test-default.yml
vendored
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: Molecule Template
|
||||
name: Molecule Default
|
||||
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: |
|
||||
|
||||
4
.github/workflows/test-ipv6.yml
vendored
4
.github/workflows/test-ipv6.yml
vendored
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: Molecule Template
|
||||
name: Molecule IPv6
|
||||
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: |
|
||||
|
||||
4
.github/workflows/test-single-node.yml
vendored
4
.github/workflows/test-single-node.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user