Commit 84a9c3c
committed
Install Mongodb Shell and check connection using mongodb shell
## Summary
- Install Mongodb Shell instead of C# MongoDB driver
- Check connection to Mongodb using mongodb shell
## Details
- Replaced the step "Install C# MongoDB driver" with "Install Mongodb Shell" by running `choco install mongodb-shell -y`
- Updated the step "Check connection to Mongodb" to use mongodb shell by running `mongosh --eval "db.adminCommand('listDatabases')"`
- No changes made to the step "Use Node.js ${{ matrix.node-version }}"1 parent 247f9af commit 84a9c3c
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 46 | + | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
| |||
0 commit comments