Skip to content

Commit 248fcc4

Browse files
fix dep4
1 parent 672134b commit 248fcc4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/encryption-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,5 @@ jobs:
2929
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3030
with:
3131
node-version: latest
32-
- name: Install Dependencies
33-
run: npm install
3432
- name: Run Tests
3533
run: npm run test-encryption

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"bson": "^6.7.0",
2323
"kareem": "2.6.3",
2424
"mongodb": "~6.10.0",
25+
"mongodb-client-encryption": "^6.1.1",
2526
"mpath": "0.9.0",
2627
"mquery": "5.0.0",
2728
"ms": "2.1.3",
@@ -104,7 +105,7 @@
104105
"test-deno": "deno run --allow-env --allow-read --allow-net --allow-run --allow-sys --allow-write ./test/deno.js",
105106
"test-rs": "START_REPLICA_SET=1 mocha --timeout 30000 --exit ./test/*.test.js",
106107
"test-tsd": "node ./test/types/check-types-filename && tsd",
107-
"test-encryption": "npm install mongodb-client-encryption > /dev/null && bash scripts/configure-cluster-with-encryption.sh && mocha --exit ./test/encryption/*.test.js && npm uninstall mongodb-client-encryption > /dev/null",
108+
"test-encryption": "npm install && npm install mongodb-client-encryption > /dev/null && bash scripts/configure-cluster-with-encryption.sh && mocha --exit ./test/encryption/*.test.js && npm uninstall mongodb-client-encryption > /dev/null",
108109
"tdd": "mocha ./test/*.test.js --inspect --watch --recursive --watch-files ./**/*.{js,ts}",
109110
"test-coverage": "nyc --reporter=html --reporter=text npm test",
110111
"ts-benchmark": "cd ./benchmarks/typescript/simple && npm install && npm run benchmark | node ../../../scripts/tsc-diagnostics-check"

0 commit comments

Comments
 (0)