mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
working on circle CI config;
updated mysql version;
This commit is contained in:
parent
79318a0cd0
commit
2bbb72f61f
@ -3,6 +3,7 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
working_directory: ~/typeorm
|
||||
docker:
|
||||
# specify pre-built docker images
|
||||
# documented at https://circleci.com/docs/2.0/circleci-images/
|
||||
@ -20,8 +21,6 @@ jobs:
|
||||
POSTGRES_DB: "circle_test"
|
||||
- image: circleci/mongo:3.4.18
|
||||
|
||||
working_directory: ~/typeorm
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
- setup_remote_docker
|
||||
|
||||
@ -15,7 +15,7 @@ services:
|
||||
|
||||
# mysql
|
||||
mysql:
|
||||
image: "mysql:8.0.15"
|
||||
image: "mysql:8"
|
||||
container_name: "typeorm-mysql"
|
||||
ports:
|
||||
- "3306:3306"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user