CI and test fixes

This commit is contained in:
Justin Visser 2026-02-17 20:52:01 +01:00
parent 441676be27
commit 98a72ad733
2 changed files with 2 additions and 1 deletions

View file

@ -26,6 +26,7 @@ jobs:
env:
DATABASE_URL: postgresql+asyncpg://scholar:scholar@localhost:5432/scholar
SCHOLAR_IMAGE_UPLOAD_DIR: /tmp/scholarr_uploads/scholar_images
steps:
- name: Checkout