Skip to content

Commit d98d8c3

Browse files
committed
update github workflow
1 parent ef6689c commit d98d8c3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/pytest.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

0 commit comments

Comments
 (0)