Fix CI Test Collision (#1162)

* Fix CI concurrency issue

* More CI fixes

* Fix coverage job install

* Install correct test dependencies
This commit is contained in:
Bianca Henderson
2026-06-29 14:10:38 -04:00
committed by GitHub
parent bb80dde66d
commit d211f316ad
6 changed files with 69 additions and 123 deletions

View File

@@ -1,14 +1,6 @@
name: Unit tests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_call:
pull_request:
branches:
- main
- stable-*
on: [workflow_call]
jobs:
unit-source: