From a404e09f0534185258657c2332f51f77bc6b79ad Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Sun, 22 Mar 2020 20:33:59 +1030 Subject: [PATCH] Github tests --- .github/workflows/tests.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8d62bc1..b01134e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -11,6 +11,7 @@ jobs: strategy: matrix: node-version: [8.x, 10.x, 12.x] + mongodb-version: [4.0, 4.2] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -26,4 +27,5 @@ jobs: - name: npm test run: npm run test env: - test: true \ No newline at end of file + test: true + CI: true \ No newline at end of file