mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-25 08:54:51 +00:00
* Fix CI concurrency issue * More CI fixes * Fix coverage job install * Install correct test dependencies
9 lines
136 B
YAML
9 lines
136 B
YAML
---
|
|
name: Sanity tests
|
|
|
|
on: [workflow_call]
|
|
|
|
jobs:
|
|
sanity:
|
|
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main
|