use uv to run tests
Some checks failed
Django Tests / test (push) Failing after 1m3s

This commit is contained in:
Tobias Brunner 2025-06-20 15:00:25 +02:00
parent 68a62f478b
commit b9e5da7111
No known key found for this signature in database

View file

@ -31,4 +31,4 @@ jobs:
-v $(pwd):/app \ -v $(pwd):/app \
-w /app \ -w /app \
website:test \ website:test \
sh -c 'python -m hub migrate --noinput && python -m hub test --verbosity=2' sh -c 'uv run --extra dev manage.py migrate --noinput && uv run --extra dev manage.py test --verbosity=2'