Skip to content

test: add missing unit tests (#11) #3

test: add missing unit tests (#11)

test: add missing unit tests (#11) #3

Workflow file for this run

name: Test
on:
push:
branches: main
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest-16-core
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run test