Skip to content

Add Chapbook 2.2.0 #279

Add Chapbook 2.2.0

Add Chapbook 2.2.0 #279

Workflow file for this run

name: Jest Tests
on:
push:
branches: [develop]
pull_request:
branches: [develop, main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 18
- name: Install
run: npm ci
- name: Test
run: npm run test:coverage -- --maxWorkers=2