File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 run : npm install
3737
3838 - name : Run tests
39- run : npm test ./test/single-instance.js
39+ run : npm test ./test/single-instance
4040 env :
4141 CI : true
4242 MONGODB_DB : ${{ matrix.mongodb-db }}
Original file line number Diff line number Diff line change 3131 run : npm install
3232
3333 - name : Run tests
34- run : npm test ./test/replica-set.js
34+ run : npm test ./test/replica-set
3535 env :
3636 CI : true
3737 MONGODB_REPLICA_SET : mongodb-test-rs
6565 run : npm install
6666
6767 - name : Run tests
68- run : npm test ./test/replica-set.js
68+ run : npm test ./test/replica-set
6969 env :
7070 CI : true
7171 MONGODB_PORT : ${{ matrix.mongodb-port }}
Original file line number Diff line number Diff line change 3030 run : npm install
3131
3232 - name : Run tests
33- run : npm test ./test/single-instance.js
33+ run : npm test ./test/single-instance
3434 env :
3535 CI : true
3636 MONGODB_DB : ${{ matrix.mongodb-db }}
6464 run : npm install
6565
6666 - name : Run tests
67- run : npm test ./test/custom-port.js
67+ run : npm test ./test/custom-port
6868 env :
6969 CI : true
You can’t perform that action at this time.
0 commit comments