Skip to content

[CI/CD] Check For Clean Tree #162

[CI/CD] Check For Clean Tree

[CI/CD] Check For Clean Tree #162

Workflow file for this run

name: Unit Tests
on:
pull_request:
jobs:
test-unit:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: yarn
- name: run the tests
run: yarn test:unit