install mongo cli

This commit is contained in:
Andris Reinman 2022-11-24 16:42:17 +02:00
parent 19af48e3fb
commit c1375b7f0a
No known key found for this signature in database
GPG key ID: DC6C83F4D584D364

View file

@ -39,6 +39,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: which mongo
- run: which mongocli
- run: 'sudo apt-get install gnupg'
- run: 'wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add -'
- run: lsb_release -sc