Skip to content

More unit tests

More unit tests #6826

Workflow file for this run

name: Nodejs-CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v3.5.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn typecheck
- run: yarn dev
- run: yarn md
- run: yarn test