mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-25 18:23:05 +01:00
13 lines
191 B
YAML
13 lines
191 B
YAML
---
|
|
name: Test Single Node
|
|
on:
|
|
workflow_call:
|
|
jobs:
|
|
molecule:
|
|
strategy:
|
|
matrix:
|
|
scenario:
|
|
- single_node
|
|
extends:
|
|
- ./.github/workflows/molecule-template.yml
|