Files
kubernetes.core/.github/workflows/unit-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

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