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
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ

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'