Skip to content

Commit

Permalink
update github actions to use the correct settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Kammler committed Dec 6, 2023
1 parent aff25fd commit 3b756fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- name: Run Tests
run: |
coverage run --source='.' manage.py test --settings settings.ci
coverage run --source='.' manage.py test --settings treexpert.settings.ci
coverage report
coverage xml

0 comments on commit 3b756fb

Please sign in to comment.