Skip to content

Commit e8584a7

Browse files
author
AhmadMWaddah
committed
Fix: CI needs DJANGO_SETTINGS_MODULE for prod check
Added export DJANGO_SETTINGS_MODULE before running check --deploy
1 parent 58c11c6 commit e8584a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ jobs:
199199
200200
- name: Run Django check (production)
201201
run: |
202+
export DJANGO_SETTINGS_MODULE=config.settings.prod
202203
python manage.py check --deploy --settings=config.settings.prod
203204
204205
# -- Job 4: Build Verification --

0 commit comments

Comments
 (0)