Skip to content

Commit

Permalink
Merge pull request #227 from openimis/feature/mode-dev-for-ci
Browse files Browse the repository at this point in the history
MODE = DEV for CI
  • Loading branch information
delcroip authored Apr 5, 2024
2 parents 94409cd + 906e790 commit 6fc82d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
python manage.py test --keepdb $MODULES
env:
SECRET_KEY: secret
DEBUG: true
MODE: DEV
DB_ENGINE: django.db.backends.postgresql
#DJANGO_SETTINGS_MODULE: hat.settings
DB_HOST: localhost
Expand All @@ -168,7 +168,7 @@ jobs:
python manage.py test --debug-mode --timing --keepdb $MODULES
env:
SECRET_KEY: secret
DEBUG: true
MODE: DEV
DB_ENGINE: mssql
#DJANGO_SETTINGS_MODULE: hat.settings
DB_HOST: localhost
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
python manage.py test --debug-mode --timing --keepdb $MODULES
env:
SECRET_KEY: secret
DEBUG: true
MODE: DEV
DB_ENGINE: mssql
#DJANGO_SETTINGS_MODULE: hat.settings
DB_HOST: localhost
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
python -m coverage run --source=$MODULE_NAME --omit=*/migrations/* ./manage.py test --keepdb $MODULES
env:
SECRET_KEY: secret
DEBUG: true
MODE: DEV
DB_ENGINE: django.db.backends.postgresql
#DJANGO_SETTINGS_MODULE: hat.settings
DB_HOST: localhost
Expand Down

0 comments on commit 6fc82d2

Please sign in to comment.