Skip to content

Commit

Permalink
Merge pull request #58 from jo/neighbourhoodie-fix/two-dot-x
Browse files Browse the repository at this point in the history
Neighbourhoodie fix/two dot x
  • Loading branch information
jo authored Feb 28, 2021
2 parents 2ff8c62 + 5cb467f commit 0b81d2f
Show file tree
Hide file tree
Showing 5 changed files with 927 additions and 244 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ name: Node.js CI
on: [pull_request]

jobs:
cluster:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x, 15.x]
couchdb-version: [2, 3]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Set up CouchDB
uses: iamssen/couchdb-github-action@master
with:
couchdb-version: ${{ matrix.couchdb-version }}
- run: npm ci
- run: COUCH=http://admin:[email protected]:5984 npm test


single-node:
runs-on: ubuntu-latest

Expand Down
Loading

0 comments on commit 0b81d2f

Please sign in to comment.