Skip to content

Feat(Enrollment, Course, Route): Get student progress in a course route #184

Feat(Enrollment, Course, Route): Get student progress in a course route

Feat(Enrollment, Course, Route): Get student progress in a course route #184

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