Skip to content

version 5 with new docs #97

version 5 with new docs

version 5 with new docs #97

Workflow file for this run

name: Unit tests
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout
- uses: actions/setup-node@v3
name: Setup node.js
with:
node-version: "18"
- run: yarn install
name: Install dependencies
- run: yarn test
name: Run unit tests
- run: yarn build
name: Check build