Skip to content

main.yml → thin caller to Pulse reusable lib-tests (Stage 4 Phase A) #2300

main.yml → thin caller to Pulse reusable lib-tests (Stage 4 Phase A)

main.yml → thin caller to Pulse reusable lib-tests (Stage 4 Phase A) #2300

Workflow file for this run

name: Tests
on: [push, pull_request]
# Unit tests are defined once, centrally, in PyAutoPulse's reusable workflow
# (Pulse owns all health/readiness checking). This thin caller preserves PR-time
# gating: the `unittest` job is the required status check on this repo.
jobs:
unittest:
uses: PyAutoLabs/PyAutoPulse/.github/workflows/lib-tests.yml@main
with:
package: autoarray
secrets: inherit