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
019a4222be
commit
56314cc7cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
node-version: ${{ matrix.node }}
|
||||
- run: npm install
|
||||
- name: Run tests
|
||||
run: npm runtest
|
||||
run: npm run runtest
|
||||
env:
|
||||
APPCONF_dbs_redis: redis://redis:6379/1
|
||||
APPCONF_dbs_mongodb: mongodb://wildduck:wildduck@mongo:27017/wildduck-test
|
||||
|
|
Loading…
Reference in a new issue