Files
k3s-ansible/.github/workflows/test-single-node.yml
2023-10-29 13:11:55 -05:00

13 lines
189 B
YAML

---
name: Test Single Node
on:
workflow_call:
jobs:
molecule:
strategy:
matrix:
scenario:
- single_node
extends:
- .github/workflows/molecule-template.yml