Skip to content

Refactor(Repositories, Mappers): Make functional mappers and prisma r… #121

Refactor(Repositories, Mappers): Make functional mappers and prisma r…

Refactor(Repositories, Mappers): Make functional mappers and prisma r… #121

Workflow file for this run

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