Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 358 Bytes

File metadata and controls

13 lines (9 loc) · 358 Bytes

CI Scripts

This directory contains scripts used in CI workflows.

This directory follows the same structure and conventions as scripts/. For directory structure, conventions, and how to add new scripts, see scripts/README.md.

Running Unit Tests Locally

cd .github/scripts
uv run pytest */tests/ -v --tb=short