Skip to content

Commit 224fc52

Browse files
authored
feat(ci): run pnpm build during Tests/tests (#747)
1 parent f9a62fb commit 224fc52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061
2727
- name: Install packages
2828
run: pnpm install
29+
- name: Run build
30+
run: pnpm build
2931
- name: Run Tests
3032
run: pnpm test
3133
env:

0 commit comments

Comments
 (0)