Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 }}"
- Loading branch information