Skip to content

Commit

Permalink
chore(workflows/tests): download mongodb binaries to ~/.cache/mongodb…
Browse files Browse the repository at this point in the history
…-binaries instead of local
  • Loading branch information
hasezoey committed Apr 22, 2024
1 parent a53528f commit 482cab3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
# - 'test/**'
# - '*.json' # run if an ".json" file in the *root* of the repository is changed

env:
# Download mongodb binaries to ~/.cache/mongodb-binaries instead of local node_modules
# Used for separate cache
MONGOMS_PREFER_GLOBAL_PATH: true

jobs:
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 482cab3

Please sign in to comment.