diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 87fba20..a9721c3 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -58,7 +58,12 @@ jobs: cd web pnpm typecheck + - name: Running the frontend tests + run: | + cd web + node --test tests/*.test.ts + - name: Build frontend run: | cd web - pnpm build \ No newline at end of file + pnpm build