Files
kubernetes.core/.github/workflows/sanity-tests.yaml
Bianca Henderson d211f316ad Fix CI Test Collision (#1162)
* Fix CI concurrency issue

* More CI fixes

* Fix coverage job install

* Install correct test dependencies
2026-06-29 14:10:38 -04:00

9 lines
136 B
YAML

---
name: Sanity tests
on: [workflow_call]
jobs:
sanity:
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main