You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): Install dependencies and run only unit tests in workflow
- Add dependency installation step with uv sync --all-extras --dev
- Change test command to run only unit tests (tests/unit) instead of all tests
- Add AWS_DEFAULT_REGION environment variable for boto3 client initialization
- Fix Python version label in build workflow (3.12 -> 3.13)
0 commit comments