Skip to content
Snippets Groups Projects

Added unit test configuration in gitlab-ci

Merged Duncan Macleod requested to merge duncanmmacleod/gracedb:ci-testing into master
All threads resolved!
Files
5
@@ -100,6 +100,8 @@ DATABASES = {
'PORT': os.environ.get('DJANGO_DB_PORT', ''),
'OPTIONS': {
'init_command': 'SET storage_engine=MyISAM',
# NOTE: for mysql>=5.7 this will need to be changed to
#'init_command': 'SET default_storage_engine=MyISAM',
},
}
}
Loading