do not mount dir
Some checks failed
Django Tests / test (push) Failing after 58s

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

View file

@ -28,7 +28,6 @@ jobs:
- name: Run Django tests in container
run: |
docker run --rm \
-v $(pwd):/app \
-w /app \
website:test \
sh -c 'uv run --extra dev manage.py migrate --noinput && uv run --extra dev manage.py test --verbosity=2'