File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1616
1717 env :
1818 OPENQUAKE_VERSION : " 3.15.0"
19- SETTINGS_MODULE : " egsim.settings_debug "
19+ SETTINGS_MODULE : " egsim.settings.test "
2020
2121 steps :
2222 # Checkout repository
@@ -80,11 +80,11 @@ jobs:
8080 source venv/bin/activate
8181 pytest --ignore=./tests/tmp/ -xvvv ./tests/smtk
8282
83- # # Run Django migrations and pytest
84- # - name: Test eGSIM (web app)
85- # run: |
86- # source venv/bin/activate
87- # export DJANGO_SETTINGS_MODULE=${SETTINGS_MODULE}
88- # python manage.py migrate
89- # python manage.py egsim-init --no-input
90- # pytest --ignore=./tests/tmp/ -xvvv ./tests/django
83+ # Run Django migrations and pytest
84+ - name : Test eGSIM (web app)
85+ run : |
86+ source venv/bin/activate
87+ export DJANGO_SETTINGS_MODULE=${SETTINGS_MODULE}
88+ # python manage.py migrate
89+ # python manage.py egsim-init --no-input
90+ pytest --ignore=./tests/tmp/ -xvvv ./tests/django
You can’t perform that action at this time.
0 commit comments