Github tests

master
Mark Moffat 2020-03-22 20:33:59 +10:30
parent 9282e4b3e5
commit a404e09f05
1 changed files with 3 additions and 1 deletions

View File

@ -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