Skip to content

Commit

Permalink
Build app after running unit tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiRishi committed Mar 15, 2024
1 parent 873b4a8 commit 88f3f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- run: pnpm install
- run: pnpm lint
- run: pnpm typecheck
- run: pnpm build
- run: pnpm test
- run: pnpm build

- name: Coveralls Coverage Report
uses: coverallsapp/github-action@v2

0 comments on commit 88f3f9b

Please sign in to comment.