mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
chore: disable circleci failing dbs
This commit is contained in:
parent
41fc60fc8f
commit
8c67682fa4
@ -21,10 +21,10 @@ jobs:
|
||||
POSTGRES_PASSWORD: "test"
|
||||
POSTGRES_DB: "test"
|
||||
- image: circleci/mongo:3.4.18
|
||||
- image: mcr.microsoft.com/mssql/server:2017-latest-ubuntu
|
||||
environment:
|
||||
SA_PASSWORD: "Admin12345"
|
||||
ACCEPT_EULA: "Y"
|
||||
# - image: mcr.microsoft.com/mssql/server:2017-latest-ubuntu
|
||||
# environment:
|
||||
# SA_PASSWORD: "Admin12345"
|
||||
# ACCEPT_EULA: "Y"
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
@ -111,4 +111,4 @@ workflows:
|
||||
jobs:
|
||||
- common
|
||||
- cockroachdb
|
||||
- oracle
|
||||
# - oracle
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
"type": "sqljs"
|
||||
},
|
||||
{
|
||||
"skip": false,
|
||||
"skip": true,
|
||||
"name": "mssql",
|
||||
"type": "mssql",
|
||||
"host": "localhost",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user