mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-25 17:04:40 +00:00
* Fix CI concurrency issue * More CI fixes * Fix coverage job install * Install correct test dependencies
8 lines
140 B
YAML
8 lines
140 B
YAML
name: Unit tests
|
|
|
|
on: [workflow_call]
|
|
|
|
jobs:
|
|
unit-source:
|
|
uses: ansible-network/github_actions/.github/workflows/unit_source.yml@main
|