File tree Expand file tree Collapse file tree 2 files changed +1
-52
lines changed Expand file tree Collapse file tree 2 files changed +1
-52
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,28 +23,15 @@ jobs:
2323 node : [20]
2424 os : [ubuntu-latest]
2525 mongodb : [8.0.0]
26- # clone drivers-evergreen-tools (will delete itself once the run is over)
27- # set path
28- # calling run orchestration sets up a server on your computer
29- # it outputs relevants uri in expansions.yml
30- # put uri into an environment variable
3126 name : Encryption tests
3227 env :
3328 FORCE_COLOR : true
3429 steps :
35- # - name: Install mongodb-client-encryption
36- # run: npm install mongodb-client-encryption
3730 - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3831 - name : Setup node
3932 uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
4033 with :
4134 node-version : latest
42- # - name: Load MongoDB binary cache
43- # id: cache-mongodb-binaries
44- # uses: actions/cache@v4
45- # with:
46- # path: ~/.cache/mongodb-binaries
47- # key: ${{ matrix.os }}-${{ matrix.mongodb }}
4835 - name : Install Dependencies
4936 run : npm install
5037 - name : Set up cluster
5441 version : ${{ matrix.mongodb }}
5542 topology : sharded_cluster
5643 auth : auth
57- - name : Install mocha
58- run : brew install mocha
5944 - name : Run Tests
60- run : mocha --exit ./test/encryption/*.test.js
45+ run : npx mocha --exit ./test/encryption/*.test.js
6146 env :
6247 MONGODB_URI : ${{ steps.setup-cluster.outputs.cluster-uri }}
6348 CRYPT_SHARED_LIB_PATH : ${{ steps.setup-cluster.outputs.crypt-shared-lib-path }}
You can’t perform that action at this time.
0 commit comments