Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederporto authored Feb 2, 2024
1 parent ede36ba commit d702a61
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 @@ -30,6 +30,7 @@ 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
- name: Coverage report
run: |
pip install coverage
Expand Down

0 comments on commit d702a61

Please sign in to comment.