Skip to content

update link to non-participant contribution form (#259) #69

update link to non-participant contribution form (#259)

update link to non-participant contribution form (#259) #69

Workflow file for this run

name: ash-nazg tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Start CouchDB
uses: iamssen/[email protected]
with:
couchdb-version: 3.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: cp ./test/config-test.json ./config.json
- run: node store.js "./test/config-test.json"
- run: npm test