Fix E2E job

This commit is contained in:
Sascha Ißbrücker
2025-03-09 12:30:10 +01:00
parent 6ab6a031c7
commit 9dfc9b03b4

View File

@@ -55,4 +55,4 @@ jobs:
npm run build
python manage.py collectstatic
- name: Run tests
run: python manage.py test bookmarks.e2e --pattern="e2e_test_*.py"
run: python manage.py test bookmarks.tests_e2e --pattern="e2e_test_*.py"