v0.1.5 #13

Merged
pptx704 merged 56 commits from dev into main 2026-05-22 23:01:46 +00:00
32 changed files with 1668 additions and 4209 deletions
Showing only changes of commit 369c75af24 - Show all commits

View File

@ -1,4 +1,18 @@
when: steps:
unit-tests:
image: ghcr.io/astral-sh/uv:python3.13-bookworm
when:
event: push
path:
- "src/**"
- "tests/**"
commands:
- uv sync --dev
- uv run pytest -m "not integration" -v
integration-tests:
image: ghcr.io/astral-sh/uv:python3.13-bookworm
when:
event: pull_request event: pull_request
branch: branch:
- main - main
@ -6,16 +20,6 @@ when:
path: path:
- "src/**" - "src/**"
- "tests/**" - "tests/**"
steps:
unit-tests:
image: ghcr.io/astral-sh/uv:python3.13-bookworm
commands:
- uv sync --dev
- uv run pytest -m "not integration" -v
integration-tests:
image: ghcr.io/astral-sh/uv:python3.13-bookworm
environment: environment:
WRENN_API_KEY: WRENN_API_KEY:
from_secret: WRENN_API_KEY from_secret: WRENN_API_KEY