Skip to content

Commit f8781e4

Browse files
committed
chore(workflows::tests): add caching of binaries
1 parent c01fec7 commit f8781e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
uses: actions/setup-node@v3
3333
with:
3434
node-version: ${{ matrix.node-version }}
35+
- name: Load MongoDB binary cache
36+
id: cache-mongodb-binaries
37+
uses: actions/cache@v3
38+
with:
39+
path: ~/.cache/mongodb-binaries
40+
key: ${{ matrix.node-version }}
3541
- name: Install node_modules
3642
run: yarn
3743
- name: TSCheck

0 commit comments

Comments
 (0)