Skip to content

fix: make StaticFiles mount conditional on web/static directory exist… #133

fix: make StaticFiles mount conditional on web/static directory exist…

fix: make StaticFiles mount conditional on web/static directory exist… #133

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- run: uv sync --extra dev
- run: uv run pytest tests/ -v
timeout-minutes: 5