mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-02-26 00:45:58 +08:00
install mongo cli
This commit is contained in:
parent
19af48e3fb
commit
c1375b7f0a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -39,6 +39,8 @@ jobs:
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
|
- run: which mongo
|
||||||
|
- run: which mongocli
|
||||||
- run: 'sudo apt-get install gnupg'
|
- run: 'sudo apt-get install gnupg'
|
||||||
- run: 'wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add -'
|
- run: 'wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add -'
|
||||||
- run: lsb_release -sc
|
- run: lsb_release -sc
|
||||||
|
|
Loading…
Reference in a new issue