Skip to content

Feature(CC-69): create psychologist endpoint and it's related methods and files #34

Feature(CC-69): create psychologist endpoint and it's related methods and files

Feature(CC-69): create psychologist endpoint and it's related methods and files #34

name: Unit Tests Pipeline
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
env:
HUSKY: 0
jobs:
tests-pipeline:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ github.workspace }}
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: Install PNPM
uses: pnpm/[email protected]
with:
version: '8'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run tests
run: pnpm run test:unit