Skip to content

Commit

Permalink
chore(workflows::tests): add caching of binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Sep 15, 2022
1 parent c01fec7 commit f8781e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Load MongoDB binary cache
id: cache-mongodb-binaries
uses: actions/cache@v3
with:
path: ~/.cache/mongodb-binaries
key: ${{ matrix.node-version }}
- name: Install node_modules
run: yarn
- name: TSCheck
Expand Down

0 comments on commit f8781e4

Please sign in to comment.