Skip to content
Snippets Groups Projects
Commit 9cccae52 authored by Carlos Vega's avatar Carlos Vega
Browse files

destroy test db

parent d8f05ad9
No related branches found
No related tags found
2 merge requests!462Redcap/generic test instance,!461Db/mariadb
Pipeline #93080 failed
......@@ -56,7 +56,7 @@ test_mariadb:
- cp "local_settings_ci_mariadb.py" "smash/smash/local_settings.py"
- cd smash
- sleep 10
- coverage run --source web manage.py test -v3
- coverage run --source web manage.py test --noinput -v3
- coverage report -m --omit="*/test*,*/migrations*,*debug_utils*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment