Skip to content

Refactor(Video, Route): Upload video route - Initial #194

Refactor(Video, Route): Upload video route - Initial

Refactor(Video, Route): Upload video route - Initial #194

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