Github tests
parent
9282e4b3e5
commit
a404e09f05
|
@ -11,6 +11,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [8.x, 10.x, 12.x]
|
node-version: [8.x, 10.x, 12.x]
|
||||||
|
mongodb-version: [4.0, 4.2]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
|
@ -26,4 +27,5 @@ jobs:
|
||||||
- name: npm test
|
- name: npm test
|
||||||
run: npm run test
|
run: npm run test
|
||||||
env:
|
env:
|
||||||
test: true
|
test: true
|
||||||
|
CI: true
|
Loading…
Reference in New Issue