specify which tests to run
Some checks failed
Build and Deploy / deploy (push) Blocked by required conditions
Build and Deploy / build (push) Successful in 38s
Django Tests / test (push) Has been cancelled

This commit is contained in:
Tobias Brunner 2025-06-20 15:10:43 +02:00
parent 349c38ace4
commit 4b515702e3
No known key found for this signature in database

View file

@ -31,4 +31,4 @@ jobs:
-w /app \ -w /app \
-e SECRET_KEY=dummysecretkey \ -e SECRET_KEY=dummysecretkey \
website:test \ website:test \
sh -c 'uv run --extra dev manage.py migrate --noinput && uv run --extra dev manage.py test --verbosity=2' sh -c 'uv run --extra dev manage.py migrate --noinput && uv run --extra dev manage.py test hub.services.tests --verbosity=2'