Files
k3s-ansible/.github/workflows/test-single-node.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 17: cannot unmarshal !!seq into model.Job
2023-10-29 13:35:35 -05:00

18 lines
301 B
YAML

---
name: Test Single Node
on:
workflow_call:
jobs:
molecule:
name: Molecule
runs-on: macos-12
strategy:
matrix:
scenario:
- single_node
fail-fast: false
env:
PYTHON_VERSION: "3.11"
steps:
- uses: ./.github/workflows/molecule-template.yml