mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
working on falling test;
updated mysql version;
This commit is contained in:
parent
a6725ed6c9
commit
1d8df5ebf3
@ -8,13 +8,17 @@ jobs:
|
||||
# documented at https://circleci.com/docs/2.0/circleci-images/
|
||||
- image: circleci/node:10.15.0
|
||||
- image: circleci/mysql:5.7.24
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: "admin"
|
||||
MYSQL_USER: "root"
|
||||
MYSQL_PASSWORD: ""
|
||||
MYSQL_DATABASE: "circle_test"
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: "admin"
|
||||
MYSQL_USER: "root"
|
||||
MYSQL_PASSWORD: ""
|
||||
MYSQL_DATABASE: "circle_test"
|
||||
# - image: circleci/mariadb:10.1.37
|
||||
- image: circleci/postgres:9.6.11-postgis
|
||||
environment:
|
||||
POSTGRES_USER: "test"
|
||||
POSTGRES_PASSWORD: "test"
|
||||
POSTGRES_DB: "circle_test"
|
||||
- image: circleci/mongo:3.4.18
|
||||
|
||||
working_directory: ~/typeorm
|
||||
|
||||
@ -15,7 +15,7 @@ services:
|
||||
|
||||
# mysql
|
||||
mysql:
|
||||
image: "mysql:5.7.10"
|
||||
image: "mysql:8.0.15"
|
||||
container_name: "typeorm-mysql"
|
||||
ports:
|
||||
- "3306:3306"
|
||||
|
||||
@ -31,8 +31,8 @@
|
||||
"type": "postgres",
|
||||
"host": "localhost",
|
||||
"port": 5432,
|
||||
"username": "postgres",
|
||||
"password": "mysecretpassword",
|
||||
"username": "test",
|
||||
"password": "test",
|
||||
"database": "circle_test",
|
||||
"logging": false
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user