Skip to content

Commit 9e2b4d1

Browse files
committed
🐛 Install mongo image for tests
1 parent a70f752 commit 9e2b4d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
working_directory: ~/mongoose-cursor-pagination
6262
docker:
6363
- image: circleci/node:8.10.0
64+
- image: circleci/mongo:3.4-jessie-ram
65+
command: [mongod]
6466
steps:
6567
- checkout
6668
- attach_workspace:

0 commit comments

Comments
 (0)