Skip to content

v 0.0.3 nosql plugin #41

v 0.0.3 nosql plugin

v 0.0.3 nosql plugin #41

Workflow file for this run

name: 'Unit Tests'
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: current
- run: npm ci
- run: npm test
- run: npm run build:client
- run: npm run build:client:nosql
- run: npm run build:client:nosql:min