Skip to content

Commit

Permalink
Changed mode to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dborowiecki committed Apr 24, 2024
1 parent 2a42f88 commit 27a49f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ jobs:
export MODULE_NAME="$(echo $GITHUB_REPOSITORY | sed 's#^openimis/openimis-be-\(.*\)_py$#\1#')"
# This has to exit 0, or report is not generated
DB_NAME=test_imis python -m coverage run --omit=*/migrations/* ./manage.py test --keepdb $MODULE_NAME
python -m coverage run --omit=*/migrations/* ./manage.py test --keepdb $MODULE_NAME
env:
SECRET_KEY: secret
DEBUG: true
Expand Down

0 comments on commit 27a49f8

Please sign in to comment.