Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Ederporto/sara
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederporto committed Jun 25, 2024
2 parents 85fa371 + 997c66d commit 91b9f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
echo "ALLOWED_HOSTS = ['localhost', '127.0.0.1']" >> sara/settings_local.py
echo "DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': 'db.sqlite3' } }" >> sara/settings_local.py
echo "POA_URL = 'https://meta.wikimedia.org/wiki/Wiki_Movement_Brazil_User_Group/Plan_of_Activities'" >> sara/settings_local.py
echo "EMAIL_COORDINATOR = '[email protected]'" >> sara/settings_local.py
- name: Coverage report
run: |
pip install coverage
Expand Down

0 comments on commit 91b9f72

Please sign in to comment.