Skip to content

Docs(README.md): Update README.md #196

Docs(README.md): Update README.md

Docs(README.md): Update README.md #196

name: Run Unit Tests
on: [push]
jobs:
run-unit-tests:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Test the API
run: yarn test:unit