specify which tests to run
This commit is contained in:
parent
349c38ace4
commit
4b515702e3
1 changed files with 1 additions and 1 deletions
|
@ -31,4 +31,4 @@ jobs:
|
|||
-w /app \
|
||||
-e SECRET_KEY=dummysecretkey \
|
||||
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'
|
Loading…
Add table
Add a link
Reference in a new issue