Skip to content

Commit

Permalink
feat: run build when test in the workflow (#339)
Browse files Browse the repository at this point in the history
Because

- We want to test whether the whole app can build

This commit

- run build when test in the workflow
  • Loading branch information
EiffelFly committed Feb 10, 2023
1 parent 024cd1c commit 2b87fa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ jobs:

- name: Run tests
run: pnpm test

- name: Run build
run: pnpm build

0 comments on commit 2b87fa1

Please sign in to comment.