mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 02:10:52 +08:00
updated workflow file
This commit is contained in:
parent
7c98fbdc4b
commit
be7c9a4bc1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -53,4 +53,4 @@ jobs:
|
|||
run: npm run runtest
|
||||
env:
|
||||
APPCONF_dbs_redis: redis://127.0.0.1:6379/1
|
||||
APPCONF_dbs_mongodb: 'mongodb://wildduck:wildduck@127.0.0.1:27017/wildduck-test'
|
||||
APPCONF_dbs_mongodb: 'mongodb://wildduck:wildduck@127.0.0.1:27017/wildduck-test?authSource=admin'
|
||||
|
|
Loading…
Reference in a new issue