Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederporto committed Feb 3, 2024
2 parents ad022fd + 0d692c9 commit 79e5ad8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
echo "SECRET_KEY = 'SECRET_KEY'" > sara/settings_local.py
echo "DEBUG = True" >> sara/settings_local.py
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
- name: Coverage report
run: |
pip install coverage
Expand Down

0 comments on commit 79e5ad8

Please sign in to comment.