Skip to content

Commit

Permalink
chore: disable circleci failing dbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kononnable committed Feb 1, 2020
1 parent 41fc60f commit 8c67682
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Expand Up @@ -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
Expand Down Expand Up @@ -111,4 +111,4 @@ workflows:
jobs:
- common
- cockroachdb
- oracle
# - oracle
2 changes: 1 addition & 1 deletion ormconfig.circleci-common.json
Expand Up @@ -41,7 +41,7 @@
"type": "sqljs"
},
{
"skip": false,
"skip": true,
"name": "mssql",
"type": "mssql",
"host": "localhost",
Expand Down

0 comments on commit 8c67682

Please sign in to comment.