Skip to content

User creation model and endpoint #3

User creation model and endpoint

User creation model and endpoint #3

Workflow file for this run

name: Test with pytest
on:
push:
branches:
- trunk
pull_request:
branches:
- trunk
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- uses: actions/setup-python@v5
with:
python-version-file: pyproject.toml
- run: uv sync --all-extras --dev
- run: uv run pytest