fix: tests

This commit is contained in:
2024-03-25 00:27:37 +01:00
parent 43338ceeec
commit 7db642f17f
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
run: pip install -r requirements.test.txt
- name: Run tests
env:
DJANGO_SETTINGS_MODULE: config.settings.develop
DJANGO_SETTINGS_MODULE: config.settings
run: pytest --cov && coverage xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1