more mysql tests

This commit is contained in:
Dave Horton
2019-12-04 22:32:18 -05:00
parent f4ec42ce8e
commit fc3dbb38ad
2 changed files with 2 additions and 2 deletions

View File

@@ -7,5 +7,5 @@ services:
script:
- npm test
before_install:
- docker pull mariadb:latest
- docker pull mysql:5.6
- docker images

View File

@@ -9,7 +9,7 @@ networks:
services:
mysql:
image: mariadb:latest
image: mysql:5.6
environment:
MYSQL_RANDOM_ROOT_PASSWORD: "yes"
MYSQL_DATABASE: jambones