File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments