Skip to content

Commit

Permalink
chore: add test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshPatel5940 committed Dec 29, 2023
1 parent a8d6008 commit 77c49de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ jobs:
- name: Lint
run: |
pnpm run lint:api
- name: Test
run: |
pnpm run test:api

0 comments on commit 77c49de

Please sign in to comment.