Skip to content

Commit 3485a36

Browse files
committed
docs: update mongodb downloads dir
1 parent 55c9625 commit 3485a36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
paths:
2121
- node_modules
2222
- yarn.lock
23-
- ~/.mongodb-binaries
23+
- ./node_modules/.cache/mongodb-memory-server/mongodb-binaries
2424
key: v2-dependencies-{{ checksum "package.json" }}
2525

2626
- run: yarn test

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ it('should insert a doc into collection', async () => {
7171
});
7272
```
7373

74-
Cache MongoDB binary in CI by putting this folder to the list of cached paths: `~/.mongodb-binaries`
74+
Cache MongoDB binary in CI by putting this folder to the list of cached paths: `./node_modules/.cache/mongodb-memory-server/mongodb-binaries`
7575

7676
## See Also
7777

0 commit comments

Comments
 (0)